# 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 = "countdown-metrics-rs" version = "1.2.0" authors = ["Nick Gerakines "] publish = true description = "A daemon that publishes the number of seconds until a given date to a statsd sink." homepage = "https://github.com/ngerakines/countdown-metrics-rs" readme = "README.md" license = "MIT" repository = "https://github.com/ngerakines/countdown-metrics-rs" [profile.release] lto = true codegen-units = 1 panic = "abort" [dependencies.anyhow] version = "1.0.66" [dependencies.cadence] version = "0.29.0" [dependencies.chrono] version = "0.4.24" features = ["clock"] default-features = false [dependencies.derive_builder] version = "0.12.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "json", ]