# 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 = "df-consul" version = "0.3.5" authors = ["Alex Auvolat "] description = "Deuxfleurs' async Rust bindings for (a subset of) the Consul HTTP API" license = "MIT" repository = "https://git.deuxfleurs.fr/Deuxfleurs/df-consul" [dependencies.anyhow] version = "1.0.66" [dependencies.base64] version = "0.13" [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3.25" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls-manual-roots", ] default-features = false [dependencies.serde] version = "1.0.149" features = ["derive"] [dependencies.tokio] version = "1.23" features = ["macros"] default-features = false [dev-dependencies.pretty_env_logger] version = "0.4.0" [dev-dependencies.tokio] version = "1.23" features = [ "rt", "rt-multi-thread", "macros", ]