# 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 = "2018" rust-version = "1.61.0" name = "metrics-macros" version = "0.7.1" authors = ["Toby Lawrence "] description = "Macros for the metrics crate." homepage = "https://github.com/metrics-rs/metrics" documentation = "https://docs.rs/metrics" readme = "README.md" keywords = [ "metrics", "facade", "macros", ] categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/metrics-rs/metrics" [lib] proc-macro = true [dependencies.proc-macro2] version = "1" features = ["proc-macro"] default-features = false [dependencies.quote] version = "1" default-features = false [dependencies.syn] version = "2" features = [ "derive", "full", "parsing", "printing", "proc-macro", ] default-features = false