Documentation
# 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]
name = "sincere"
version = "0.5.9"
authors = ["mitum <dangcheng@hotmail.com>"]
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.buf_redux]
version = "0.6"

[dependencies.chrono]
version = "0.4"

[dependencies.futures]
version = "0.1"

[dependencies.futures-cpupool]
version = "0.1"

[dependencies.httparse]
version = "1.2"

[dependencies.hyper]
version = "0.11"

[dependencies.libc]
version = "0.2"

[dependencies.mime_guess]
version = "2.0.0-alpha.4"

[dependencies.nson]
version = "0.1"

[dependencies.num_cpus]
version = "1.7"

[dependencies.queen-log]
version = "0.1"

[dependencies.rand]
version = "0.4.2"

[dependencies.regex]
version = "0.2"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tempdir]
version = "0.3.6"

[dependencies.twoway]
version = "0.1"

[dependencies.url]
version = "1.6"