# 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" name = "metered-macro" version = "0.9.0" authors = ["Simon Chemouil "] description = """ Fast, ergonomic metrics for Rust! """ readme = "../README.md" keywords = [ "metrics", "macro", ] categories = [ "rust-patterns", "development-tools::profiling", "data-structures", "algorithms", "asynchronous", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/magnet/metered-rs" [lib] proc-macro = true [dependencies.aspect-weave] version = "0.2" [dependencies.heck] version = "0.4" [dependencies.indexmap] version = "1.8" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = ["full"] [dependencies.synattra] version = "0.2" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.thiserror] version = "1.0" [features] error-count-skip-cleared-by-default = []