# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.67.1" name = "iai-callgrind" version = "0.14.0" authors = [ "Joining7943 ", "Brook Heisler ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "High-precision and consistent benchmarking framework/harness for Rust" homepage = "https://github.com/iai-callgrind/iai-callgrind" readme = "README.md" keywords = [ "iai", "benchmark", "callgrind", "valgrind", ] categories = [ "development-tools::profiling", "development-tools::testing", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/iai-callgrind/iai-callgrind" [package.metadata.docs.rs] features = ["client_requests_defs"] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "iai_callgrind" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [[test]] name = "ui_tests" path = "tests/ui_tests.rs" [dependencies.bincode] version = "1" optional = true [dependencies.cfg-if] version = "1" optional = true [dependencies.cty] version = "0.2" optional = true [dependencies.derive_more] version = ">=0.99, <2" features = ["as_ref"] optional = true default-features = false [dependencies.iai-callgrind-macros] version = "=0.5.0" optional = true [dependencies.iai-callgrind-runner] version = "=0.14.0" features = ["api"] optional = true default-features = false [dev-dependencies.fs_extra] version = "1.3" [dev-dependencies.rstest] version = ">=0.17, <0.24" default-features = false [dev-dependencies.serde] version = "1.0.139" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.79" [dev-dependencies.serial_test] version = "3" [dev-dependencies.trybuild] version = "1.0.18" [build-dependencies.bindgen] version = ">=0.69, <0.71" optional = true [build-dependencies.cc] version = "1" optional = true [build-dependencies.regex] version = "1.9" optional = true [build-dependencies.strum] version = "0.26" features = ["derive"] optional = true [build-dependencies.version-compare] version = "0.2" optional = true [features] benchmark = [ "iai-callgrind-runner", "dep:bincode", "dep:iai-callgrind-macros", "dep:derive_more", ] client_requests = ["client_requests_defs"] client_requests_defs = [ "dep:cty", "dep:cfg-if", "dep:bindgen", "dep:cc", "dep:regex", "dep:version-compare", "dep:strum", ] default = ["benchmark"] iai-callgrind-runner = ["dep:iai-callgrind-runner"] ui_tests = []