[package] name = "new-home-proxy" description = "This is a part of the New Home IoT System. It is used to make the core available in the www." version = "0.1.2" authors = ["Yannik "] edition = "2018" readme = "README.md" license = "MIT" repository = "https://gitlab.com/y_software/new-home-proxy" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = {version = "1.0.112", features= ["derive"]} serde_yaml = "0.8.13" serde_json = "1.0.55" actix="0.10.0-alpha.3" actix-web = "3.0.0-alpha.3" actix-http = {version = "2.0.0-beta.1", features = ["rustls"]} actix-web-actors = "3.0.0-alpha.1" actix-codec = "0.2.0" actix-rt = "1.1.1" percent-encoding = "2.1.0" bcrypt = "0.8.1" base64 = "0.12.3" futures-util = "0.3.5" futures = "0.3.5" awc = "2.0.0-beta.1" rustls = "0.17.0" webpki-roots = "0.20.0"