[package] name = "br-web" version = "0.6.0" edition = "2021" authors = ["Carryxd <7991156@qq.com>"] keywords = ["br", "web", "http"] readme = "README.md" license = "MIT" exclude = ["INSTALL.md", "examples", "config", "tests", "public", "ssl"] description = "This is an WEB SERVER" [dependencies] chrono = "0.4.38" json = "0.12.4" log = "0.4.22" br-crypto = { version = "0.2", default-features = false, features = ["br_hash", "br_base64", "br_encoding","br_hmac","br_hex"] } openssl = { version = "0.10" } br-xml = "0.0.1" [dev-dependencies] env_logger = "0.11.5" tokio = { version = "1.40.0", features = ["full"] }