| ############################################################################### |
| # @generated |
| # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To |
| # regenerate this file, run the following: |
| # |
| # fx update-rustc-third-party |
| ############################################################################### |
| |
| load("@rules_rust//rust:defs.bzl", "rust_library") |
| load("@rules_license//rules:license.bzl", "license") |
| load("@rules_license//rules:package_info.bzl", "package_info") |
| |
| package( |
| default_package_metadata = [ |
| ":license", |
| ":package_info", |
| ], |
| default_visibility = ["//visibility:public"], |
| ) |
| |
| package_info( |
| name = "package_info", |
| package_name = "criterion", |
| package_url = "https://github.com/bheisler/criterion.rs", |
| package_version = "0.2.11", |
| ) |
| |
| license( |
| name = "license", |
| license_kinds = [ |
| "@rules_license//licenses/spdx:Apache-2.0", |
| "@rules_license//licenses/spdx:MIT", |
| ], |
| license_text = "LICENSE-APACHE", |
| ) |
| |
| rust_library( |
| name = "criterion", |
| srcs = glob( |
| include = ["**/*.rs"], |
| allow_empty = False, |
| ), |
| compile_data = glob( |
| include = ["**"], |
| allow_empty = True, |
| exclude = [ |
| "**/* *", |
| ".tmp_git_root/**/*", |
| "BUILD", |
| "BUILD.bazel", |
| "WORKSPACE", |
| "WORKSPACE.bazel", |
| ], |
| ), |
| crate_root = "src/lib.rs", |
| edition = "2015", |
| proc_macro_deps = [ |
| "//third_party/rust_crates/vendor/serde_derive-1.0.204:serde_derive", |
| ], |
| rustc_flags = [ |
| "--cap-lints=allow", |
| ], |
| tags = [ |
| "cargo-bazel", |
| "crate-name=criterion", |
| "manual", |
| "noclippy", |
| "norustfmt", |
| ], |
| target_compatible_with = select({ |
| "@rules_rust//rust/platform:aarch64-apple-darwin": [], |
| "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [], |
| "@rules_rust//rust/platform:x86_64-apple-darwin": [], |
| "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [], |
| "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], |
| "//conditions:default": ["@platforms//:incompatible"], |
| }), |
| version = "0.2.11", |
| deps = [ |
| "//third_party/rust_crates/ask2patch/csv", |
| "//third_party/rust_crates/ask2patch/walkdir", |
| "//third_party/rust_crates/vendor/atty-0.2.11:atty", |
| "//third_party/rust_crates/vendor/cast-0.2.2:cast", |
| "//third_party/rust_crates/vendor/clap-2.34.0:clap", |
| "//third_party/rust_crates/vendor/itertools-0.8.0:itertools", |
| "//third_party/rust_crates/vendor/lazy_static-1.5.0:lazy_static", |
| "//third_party/rust_crates/vendor/libc-0.2.174:libc", |
| "//third_party/rust_crates/vendor/num-traits-0.2.19:num_traits", |
| "//third_party/rust_crates/vendor/rand_core-0.3.1:rand_core", |
| "//third_party/rust_crates/vendor/rand_os-0.1.3:rand_os", |
| "//third_party/rust_crates/vendor/rand_xoshiro-0.1.0:rand_xoshiro", |
| "//third_party/rust_crates/vendor/rayon-1.10.0:rayon", |
| "//third_party/rust_crates/vendor/rayon-core-1.12.1:rayon_core", |
| "//third_party/rust_crates/vendor/serde-1.0.204:serde", |
| "//third_party/rust_crates/vendor/serde_json-1.0.143:serde_json", |
| ], |
| ) |