# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "new-home-proxy" version = "0.1.2" authors = ["Yannik "] description = "This is a part of the New Home IoT System. It is used to make the core available in the www." readme = "README.md" license = "MIT" repository = "https://gitlab.com/y_software/new-home-proxy" [dependencies.actix] version = "0.10.0-alpha.3" [dependencies.actix-codec] version = "0.2.0" [dependencies.actix-http] version = "2.0.0-beta.1" features = ["rustls"] [dependencies.actix-rt] version = "1.1.1" [dependencies.actix-web] version = "3.0.0-alpha.3" [dependencies.actix-web-actors] version = "3.0.0-alpha.1" [dependencies.awc] version = "2.0.0-beta.1" [dependencies.base64] version = "0.12.3" [dependencies.bcrypt] version = "0.8.1" [dependencies.futures] version = "0.3.5" [dependencies.futures-util] version = "0.3.5" [dependencies.percent-encoding] version = "2.1.0" [dependencies.rustls] version = "0.17.0" [dependencies.serde] version = "1.0.112" features = ["derive"] [dependencies.serde_json] version = "1.0.55" [dependencies.serde_yaml] version = "0.8.13" [dependencies.webpki-roots] version = "0.20.0"