# 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" name = "divan-macros" version = "0.1.15" authors = ["Nikolai Vazquez"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Macros for Divan, a statistically-comfy benchmarking library." homepage = "https://github.com/nvzqz/divan" documentation = "https://docs.rs/divan-macros" readme = "README.md" keywords = [ "benchmark", "criterion", "instrument", "measure", "performance", ] categories = ["development-tools::profiling"] license = "MIT OR Apache-2.0" repository = "https://github.com/nvzqz/divan" [lib] name = "divan_macros" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" default-features = false [dependencies.syn] version = "^2.0.18" features = [ "full", "clone-impls", "parsing", "printing", "proc-macro", ] default-features = false [dev-dependencies]