br-web-server 0.5.17

This is an WEB SERVER
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 = "br-web-server"
version = "0.5.17"
authors = ["Carryxd <7991156@qq.com>"]
build = false
exclude = [
    "INSTALL.md",
    "examples",
    "tests",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This is an WEB SERVER"
readme = "README.md"
keywords = [
    "br",
    "webserve",
    "web",
    "service",
    "websockets",
]
license = "MIT"

[features]
client = ["infer"]
default = [
    "client",
    "server",
]
server = []

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

[dependencies.br-crypto]
version = "0.4.8"
features = [
    "br_encoding",
    "br_base64",
    "br_md5",
    "br_sha1",
    "br_sha256",
]

[dependencies.brotli]
version = "8.0.2"

[dependencies.chrono]
version = "0.4"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.flate2]
version = "1.1"

[dependencies.hpack]
version = "0.3.0"
default-features = false

[dependencies.infer]
version = "0.19.0"
optional = true
default-features = false

[dependencies.json]
version = "0.12.4"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.9.2"

[dependencies.rustls]
version = "0.23.35"

[dependencies.rustls-pemfile]
version = "2.2.0"

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

[dependencies.toml]
version = "0.9"

[dependencies.webpki-roots]
version = "1.0.4"

[dev-dependencies.env_logger]
version = "0.11"