# 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-macros" version = "0.5.0" authors = ["Joining7943 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Proc macros for iai-callgrind, a 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" [lib] name = "iai_callgrind_macros" path = "src/lib.rs" proc-macro = true [dependencies.derive_more] version = ">=0.99, <2" features = [ "deref", "deref_mut", ] default-features = false [dependencies.proc-macro-error2] version = "2.0.1" [dependencies.proc-macro2] version = "1.0.63" [dependencies.quote] version = "1.0.28" [dependencies.serde] version = "1.0.139" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.syn] version = "2.0.32" features = [ "full", "extra-traits", "full", "extra-traits", ] [dev-dependencies.pretty_assertions] version = "1.1" [dev-dependencies.rstest] version = ">=0.17, <0.24" default-features = false