# 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 = "holochain_metrics" version = "0.3.4" authors = ["Holochain Core Dev Team "] description = "metrics helpers" documentation = "https://docs.rs/holochain_metrics" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/holochain/holochain" [dependencies.influxive] version = "=0.0.2-alpha.1" optional = true [dependencies.opentelemetry_api] version = "=0.20.0" features = ["metrics"] [dependencies.tracing] version = "0.1.37" [features] default = ["influxive"] [lints.clippy] cargo = "allow" complexity = "deny" correctness = "deny" dbg_macro = "deny" nursery = "allow" pedantic = "allow" perf = "deny" restriction = "allow" style = "deny"