br-web 0.4.22

This is an WEB SERVER
Documentation
[package]

name = "br-web"

version = "0.4.22"

edition = "2021"

authors = ["Carryxd <7991156@qq.com>"]

keywords = ["br", "web", "http"]

readme = "README.md"

license = "MIT"

exclude = ["INSTALL.md", "examples", "config", "tests", "public", "ssl", "runtime"]

description = "This is an WEB SERVER"





[dependencies]

chrono = "0.4.37"

json = "0.12.4"

log = "0.4.21"



br-crypto = { version = "0.1.18", default-features = false, features = ["br_hash", "br_base64", "br_encoding"] }

openssl = { version = "0.10.64" }

br-xml = "0.0.1"



[dev-dependencies]

env_logger = "0.11.3"