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.3.2"
authors = ["dangcheng <dangcheng@hotmail.com>"]
exclude = [".gitignore", ".travis.yml", "deploy.sh", "test/**/*"]
description = "web framework"
homepage = "https://github.com/mcorce/sincere"
documentation = "https://docs.rs/sincere"
readme = "README.md"
keywords = ["web", "api"]
license = "MIT"
repository = "https://github.com/mcorce/sincere"
[dependencies.serde]
version = "1.0"

[dependencies.httparse]
version = "1.2"

[dependencies.url]
version = "1.5"

[dependencies.soio]
version = "0.2"

[dependencies.serde_json]
version = "1.0"

[dependencies.rustls]
version = "0.9"

[dependencies.regex]
version = "0.2"

[dependencies.chrono]
version = "0.4"