# 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 = "churn-domain" version = "0.1.0" authors = ["kjuulh "] publish = true description = "Churn is a distributed configuration manager and engine" license-file = "LICENSE-MIT" [dependencies.anyhow] version = "1.0.71" [dependencies.axum] version = "0.6.18" features = ["macros"] [dependencies.clap] version = "4.3.4" features = [ "derive", "env", ] [dependencies.dotenv] version = "0.15.0" [dependencies.reqwest] version = "0.11.20" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.tracing-subscriber] version = "0.3.17" [dependencies.uuid] version = "1.4.1" features = [ "v4", "serde", ]