# 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.1.12" authors = ["Carryxd <7991156@qq.com>"] build = false exclude = [ "INSTALL.md", "examples", "tests", ] 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" [lib] name = "br_web_server" path = "src/lib.rs" [dependencies.base64] version = "0.22.1" features = ["std"] default-features = false [dependencies.chrono] version = "0.4.38" [dependencies.flate2] version = "1.0" [dependencies.hex] version = "0.4.3" [dependencies.json] version = "0.12.4" [dependencies.log] version = "0.4.22" [dependencies.md5] version = "0.7.0" [dependencies.openssl] version = "0.10" [dependencies.sha1] version = "0.10.6" features = ["std"] default-features = false [dev-dependencies.env_logger] version = "0.11.5" [features] default = ["http"] http = [] web = [] ws = []