# 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 = "elfo-telemeter" version = "0.2.0-alpha.15" authors = ["Paul Loyd "] description = "Collects and exposes metrics of the elfo system" readme = "README.md" keywords = [ "elfo", "actor", "distributed", "tokio", ] license = "MIT" repository = "https://github.com/elfo-rs/elfo" [[bench]] name = "telemetry" harness = false [dependencies.cow-utils] version = "0.1.2" [dependencies.elfo-core] version = "0.2.0-alpha.15" features = ["unstable"] [dependencies.elfo-utils] version = "0.2.5" [dependencies.flate2] version = "1" [dependencies.fxhash] version = "0.2.1" [dependencies.http-body-util] version = "0.1" [dependencies.humantime-serde] version = "1" [dependencies.hyper] version = "1.0.1" features = [ "server", "http1", ] [dependencies.hyper-util] version = "0.1.3" features = ["tokio"] [dependencies.metrics] version = "0.17" [dependencies.parking_lot] version = "0.12" [dependencies.seqlock] version = "0.2" [dependencies.serde] version = "1.0.120" features = ["derive"] [dependencies.sketches-ddsketch] version = "0.2.2" [dependencies.stability] version = "0.1.1" [dependencies.thread_local] version = "1.1.8" [dependencies.tokio] version = "1" [dependencies.tracing] version = "0.1.25" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.proptest] version = "1.4" [dev-dependencies.tokio] version = "1.36.0" features = ["rt-multi-thread"] [dev-dependencies.toml] version = "0.7" [features] unstable = []