# 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 = "moneta_fn" version = "0.2.12" description = "A set of macros to function profiling" readme = "README.md" keywords = [ "macro", "logging", "profiling", ] categories = [ "accessibility", "caching", "development-tools", ] license = "MIT" repository = "https://github.com/Defmc/moneta" [[bench]] name = "benches" path = "src/benches.rs" harness = false [dependencies.hashbrown] version = "0.13.1" [dependencies.moneta_fn_macros] version = "0.2.12" default-features = false [dependencies.once_cell] version = "1.16.0" [dev-dependencies.bencher] version = "0.1.5" [features] cache = ["moneta_fn_macros/cache"] count = ["moneta_fn_macros/count"] default = [ "trace", "count", "time", "cache", ] depth = ["moneta_fn_macros/depth"] time = ["moneta_fn_macros/time"] trace = ["moneta_fn_macros/trace"] visible = ["moneta_fn_macros/visible"]