[package] name = "https_demo" version = "0.1.2" authors = ["mohankumaranna "] edition = "2018" license = "MIT" description = "https demo website in Rust" readme = "README.md" homepage = "https://github.com/mohankumaranna/https_demo" repository = "https://github.com/mohankumaranna/https_demo" keywords = ["https", "warp", "secured", "reverse", "proxy" ] categories = ["web-programming::http-client"] [dependencies] tokio = { version = "0.2", features = ["full"] } warp = { version = "0.2", features = ["tls"] } handlebars = "3.0.0" toml = "0.5" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" lazy_static = "1.4"