# 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 = "izanami" version = "0.1.0-preview.3" authors = ["Yusuke Sasaki "] include = ["/Cargo.toml", "/src/**/*.rs", "/tests/**/*.rs"] description = "An HTTP server implementation powered by hyper and tower-service." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ubnt-intrepid/izanami.git" [dependencies.bytes] version = "0.4" [dependencies.failure] version = "0.1.3" [dependencies.futures] version = "0.1" [dependencies.h2] version = "0.1" [dependencies.http] version = "0.1" [dependencies.httpdate] version = "0.3" [dependencies.hyper] version = "0.12" [dependencies.izanami-http] version = "0.1.0-preview.1" [dependencies.izanami-service] version = "0.1.0-preview.1" [dependencies.izanami-util] version = "0.1.0-preview.1" [dependencies.log] version = "0.4" [dependencies.tokio] version = "0.1.15" features = ["sync"] [dependencies.tokio-buf] version = "0.1" [dependencies.tokio-executor] version = "0.1" [dependencies.tokio-threadpool] version = "0.1" [dev-dependencies.cargo-husky] version = "1" features = ["user-hooks"] default-features = false [dev-dependencies.http] version = "0.1" [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio-rustls] version = "0.9" [dev-dependencies.trust-dns-resolver] version = "0.10" [dev-dependencies.version-sync] version = "0.7"