grweb 0.1.3

A high-performance Rust Web framework based on gorust coroutine runtime
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "grweb"
version = "0.1.3"
authors = ["lijun <1489573464@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-performance Rust Web framework based on gorust coroutine runtime"
homepage = "https://github.com/WLmutou/grweb"
documentation = "https://docs.rs/grweb"
readme = "README.md"
keywords = [
    "web",
    "framework",
    "async",
    "goroutine",
    "performance",
]
categories = [
    "web-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/WLmutou/grweb"

[lib]
name = "grweb"
path = "src/lib.rs"

[[bin]]
name = "web_app"
path = "src/bin/web_app.rs"

[[example]]
name = "web_app"
path = "examples/web_app.rs"

[dependencies.gorust]
version = "0.1.6"

[dependencies.grlog]
version = "0.1.0"

[dependencies.grorm]
version = "0.1.1"

[dependencies.itoa]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.memchr]
version = "2"

[dependencies.num_cpus]
version = "1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha1]
version = "0.10"

[dependencies.toml]
version = "0.8"

[dev-dependencies]