# 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 = "cbe-metrics" version = "1.15.0" authors = ["Cartallum CBE Maintainers "] description = "Cartallum CBE Metrics" homepage = "https://cartallum.com/" documentation = "https://docs.cartallum.com/cbe-metrics" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Cartallum/cbe" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "cbe_metrics" [[bench]] name = "metrics" [dependencies.cbe-sdk] version = "=1.15.0" [dependencies.crossbeam-channel] version = "0.5" [dependencies.gethostname] version = "0.2.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.12" features = [ "blocking", "brotli", "deflate", "gzip", "rustls-tls", "json", ] default-features = false [dev-dependencies.env_logger] version = "0.9.3" [dev-dependencies.rand] version = "0.7.0" [dev-dependencies.serial_test] version = "0.9.0"