# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "metric_daemon" version = "0.2.0" authors = ["Xiangru Lian "] description = "metric-daemon, a rusty program" license = "AGPL-3.0-or-later" [[bin]] name = "metric_daemon-cli" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.color-eyre] version = "0.5" [dependencies.hostname] version = "0.3" [dependencies.pretty_assertions] version = "0.7" [dependencies.retry] version = "1.2" [dependencies.shadow-rs] version = "0.5" [dependencies.structopt] version = "0.3" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.2" [dependencies.ureq] version = "2.1" [build-dependencies.shadow-rs] version = "0.5"