# 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 = "spirit-reqwest" version = "0.5.1" authors = ["Michal 'vorner' Vaner "] include = ["Cargo.toml", "README.md", "src/**"] description = "Reqwest helpers for Spirit" documentation = "https://docs.rs/spirit-reqwest" readme = "README.md" keywords = ["http", "reqwest", "service", "configuration", "spirit"] categories = ["config", "web-programming"] license = "Apache-2.0 OR MIT" repository = "https://github.com/vorner/spirit" [package.metadata.docs.rs] all-features = true [dependencies.arc-swap] version = "^1" [dependencies.err-context] version = "^0.1" [dependencies.log] version = "^0.4" [dependencies.reqwest] version = "^0.11.4" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.spirit] version = "^0.4.8" default-features = false [dependencies.structdoc] version = "^0.1" optional = true [dependencies.url] version = "^2" features = ["serde"] [dev-dependencies.env_logger] version = "^0.8" [dev-dependencies.tokio] version = "^1" features = ["full"] [features] blocking = ["reqwest/blocking"] brotli = ["reqwest/brotli"] cfg-help = ["spirit/cfg-help", "structdoc"] default = ["cfg-help"] gzip = ["reqwest/gzip"] native-tls = ["reqwest/native-tls"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "vorner/spirit"