# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "NOSHP-Client" version = "0.3.3" description = "The Client library for Nik's Open-source Smart Home Platform" readme = "README.md" license = "MIT" repository = "https://github.com/niknik3610/IoT_Platform/tree/main" [dependencies.anyhow] version = "1.0.75" [dependencies.fxhash] version = "0.2.1" [dependencies.prost] version = "0.12" [dependencies.prost-build] version = "0.12.3" [dependencies.prost-types] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.rsa] version = "0.9.3" features = [ "serde", "sha2", "pem", ] [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1.33.0" features = [ "macros", "rt-multi-thread", ] [dependencies.toml] version = "0.8.8" [dependencies.tonic] version = "0.10" [build-dependencies.tonic-build] version = "0.10"