# 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.71.1" name = "metrics" version = "0.24.0" authors = ["Toby Lawrence "] description = "A lightweight metrics facade." homepage = "https://github.com/metrics-rs/metrics" documentation = "https://docs.rs/metrics" readme = "README.md" keywords = [ "metrics", "facade", ] categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/metrics-rs/metrics" [lib] bench = false [[bench]] name = "macros" harness = false [dependencies.ahash] version = "0.8" default-features = false [dev-dependencies.criterion] version = "=0.3.3" default-features = false [dev-dependencies.log] version = "0.4" default-features = false [dev-dependencies.rand] version = "0.8" features = [ "std", "std_rng", ] default-features = false [dev-dependencies.trybuild] version = "1" default-features = false [target."cfg(target_pointer_width = \"32\")".dependencies.portable-atomic] version = "1" features = ["fallback"] default-features = false