[package] name = "server-security" version = "0.1.1" authors = ["baoyachi "] edition = "2018" description = "server security proxy" keywords = ["code-server", "code-server-security", "proxy"] readme = "README.md" repository = "https://github.com/baoyachi/server-security-rs" license = "MIT AND Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1.5", features = ["full"] } simple-log = "1.0.1" log = "0.4.14" anyhow = "1.0.40" futures = "0.3.14" once_cell = "1.7.2" shadow-rs = "0.5" serde = { version = "1.0.125", features = ["derive"] } toml = "0.5.8"