[package] name = "df-web" version = "0.1.28" edition = "2021" authors = ["Doraemon <7991156@qq.com>"] keywords = ["df", "carryxd", "web", "server", "http_server"] readme = "README.md" license = "MIT" exclude = ["INSTALL.md", "examples", "config", "tests", "public", "ssl", "temp"] description = "This is an WEB SERVER" [dependencies] chrono = "0.4.22" time = "0.3.14" json = "0.12.4" log = "0.4.17" df-crypto = "0.1.5" openssl = { version = "0.10.47" } [dev-dependencies] env_logger = "0.10.0" df-excel = "0.1.9" df-file = "0.1.3"