# 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 = "2018" name = "pyrinas-cli" version = "0.4.4" authors = ["Jared Wolff "] description = "Companion CLI for Pyrinas Server. Used to remotely add OTA images." readme = "Readme.md" keywords = ["ota", "mqtt", "iot"] license = "Apache-2.0" repository = "https://github.com/pyrinas-iot/pyrinas-server-rs" [[bin]] name = "pyrinas" path = "src/bin/example/cli.rs" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.0" [dependencies.env_logger] version = "0.9" [dependencies.git2] version = "0.13.17" [dependencies.home] version = "0.5.3" [dependencies.log] version = "0.4" [dependencies.p12] version = "0.4" [dependencies.pem] version = "1.0" [dependencies.promptly] version = "0.3.0" [dependencies.pyrinas-shared] version = "0.3.2" [dependencies.rcgen] version = "0.8" features = ["x509-parser", "pem"] [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_cbor] version = "^0.11.0" [dependencies.serde_json] version = "^1.0" [dependencies.serialport] version = "4" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.5.8" [dependencies.tungstenite] version = "0.16.0" features = ["rustls-tls-native-roots"]