# 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 = "doppler-swarm" version = "0.4.5" authors = ["Pavel Lazureykis "] description = "Watch for changes in Doppler and update your Docker Swarm services." homepage = "https://github.com/whopio/doppler-swarm/" readme = "README.md" keywords = [ "doppler", "docker", "swarm", "secrets", "configuration", ] categories = ["command-line-utilities"] license = "MIT" [dependencies.bytes] version = "1.5.0" [dependencies.env_logger] version = "0.11.0" [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4.20" [dependencies.reqwest] version = "0.11.23" features = [ "json", "stream", "rustls-tls", "rustls-tls-webpki-roots", ] default-features = false [dependencies.rustls] version = "0.22.1" [dependencies.serde] version = "1.0.194" features = ["derive"] [dependencies.serde_json] version = "1.0.110" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.webpki-roots] version = "0.26.0"