# 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 = "consul-kv-trigger" version = "0.1.0" authors = ["Oli Dacombe "] description = "Watch Consul KV and act on changes" license = "MIT OR Apache-2.0" repository = "https://github.com/olidacombe/consul-kv-trigger" resolver = "2" [dependencies.rs-consul] version = "0.2.2" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1.20.0" features = ["time"] [dependencies.tracing] version = "0.1.34" [dev-dependencies.clap] version = "3.2.14" features = ["derive"] [dev-dependencies.eyre] version = "0.6.8" [dev-dependencies.tokio] version = "1.20.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tracing-log] version = "0.1.3" [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "registry", "env-filter", ]