# 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 = "sincere" version = "0.7.0-alpha.1" authors = ["mitum "] exclude = [".gitignore", ".travis.yml", "deploy.sh", "test/**/*"] description = "web framework" homepage = "https://github.com/mitum/sincere" documentation = "https://docs.rs/sincere" readme = "README.md" keywords = ["web", "api"] license = "MIT" repository = "https://github.com/mitum/sincere" [dependencies.chrono] version = "0.4" [dependencies.http] version = "0.2" [dependencies.httparse] version = "1.3" [dependencies.hyper] version = "0.13" [dependencies.mime] version = "0.3" [dependencies.mime_guess] version = "2.0" [dependencies.nson] version = "0.3.6" [dependencies.num_cpus] version = "1.11" [dependencies.queen-log] version = "0.2" [dependencies.rand] version = "0.7" [dependencies.regex] version = "1.3" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.twoway] version = "0.2" [dependencies.url] version = "2.1"