# 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" version = "0.5.3" authors = ["Yusuke Sasaki "] include = ["src/**/*.rs", "tests/**/*.rs", "benches/**/*.rs", "examples/**/*.rs", "build.rs", "Cargo.toml", "README.md", "LICENSE-MIT", "LICENSE-APACHE"] description = "Asynchronous Web framework for Rust\n" readme = "../README.md" keywords = ["web", "framework", "futures", "hyper", "tokio"] categories = ["web-programming::http-server"] license = "MIT OR Apache-2.0" repository = "https://github.com/tsukuyomi-rs/tsukuyomi.git" [package.metadata.docs.rs] features = ["full"] [dependencies.bytes] version = "0.4" [dependencies.cookie] version = "0.11" features = ["percent-encode"] [dependencies.either] version = "1.5" [dependencies.failure] version = "0.1.2" [dependencies.filetime] version = "0.2" [dependencies.futures01] version = "0.1" package = "futures" [dependencies.http] version = "0.1" [dependencies.hyper] version = "0.12" [dependencies.indexmap] version = "1" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.mime] version = "0.3" [dependencies.mime_guess] version = "2.0.0-alpha.6" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_plain] version = "0.3" [dependencies.serde_urlencoded] version = "0.5" [dependencies.time] version = "0.1" [dependencies.tokio-io] version = "0.1" [dependencies.tokio-threadpool] version = "0.1" [dependencies.tsukuyomi-macros] version = "0.5.2" [dependencies.tsukuyomi-service] version = "0.1.0" [dependencies.url] version = "1.7.1" [dependencies.uuid] version = "0.7.1" [dev-dependencies.matches] version = "0.1" [dev-dependencies.tsukuyomi-server] version = "0.2.0" [dev-dependencies.version-sync] version = "0.6" [features] default = [] full = ["secure"] secure = ["cookie/secure"] [badges.maintenance] status = "actively-developed"