# 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-hyper" version = "0.9.0" authors = ["Michal 'vorner' Vaner "] include = ["Cargo.toml", "README.md", "src/**"] description = "Hyper helpers for Spirit" documentation = "https://docs.rs/spirit-hyper" readme = "README.md" keywords = ["http", "hyper", "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.err-context] version = "^0.1" [dependencies.hyper] version = "^0.14" features = ["server", "http1", "http2", "runtime"] [dependencies.log] version = "^0.4" [dependencies.pin-project] version = "1" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.spirit] version = "^0.4.8" default-features = false [dependencies.spirit-tokio] version = "^0.9.0" features = ["net"] default-features = false [dependencies.structdoc] version = "^0.1" optional = true [dependencies.structopt] version = "^0.3" default-features = false [dependencies.tokio] version = "^1" features = ["rt", "sync"] default-features = false [dev-dependencies.env_logger] version = "~0.8" [features] cfg-help = ["spirit/cfg-help", "spirit-tokio/cfg-help", "structdoc"] default = ["cfg-help"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "vorner/spirit"