# 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 = "tsukuyomi-server" version = "0.2.0" authors = ["Yusuke Sasaki "] description = "An implementation of HTTP server for Tsukuyomi, based on hyper and tower-service.\n" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/tsukuyomi-rs/tsukuyomi.git" [dependencies.bytes] version = "0.4" [dependencies.cookie] version = "0.11" features = ["percent-encode"] [dependencies.failure] version = "0.1.3" [dependencies.futures] version = "0.1" [dependencies.http] version = "0.1" [dependencies.hyper] version = "0.12" [dependencies.log] version = "0.4" [dependencies.native-tls] version = "0.2" optional = true [dependencies.openssl] version = "0.10" optional = true [dependencies.rustls] version = "0.14" optional = true [dependencies.tokio] version = "0.1" [dependencies.tokio-openssl] version = "0.3" optional = true [dependencies.tokio-rustls] version = "0.8" optional = true [dependencies.tokio-threadpool] version = "0.1" [dependencies.tokio-tls] version = "0.2" optional = true [dependencies.tsukuyomi-service] version = "0.1.0" [dev-dependencies.version-sync] version = "0.6" [features] use-native-tls = ["native-tls", "tokio-tls"] use-openssl = ["openssl", "tokio-openssl"] use-rustls = ["rustls", "tokio-rustls"]