# 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" rust-version = "1.75" name = "sylvia-iot-coremgr-cli" version = "0.1.15" authors = ["Chien-Hong Chan"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The command-line tool for Sylvia-IoT core manager." readme = "README.md" keywords = ["iot"] categories = ["web-programming::http-client"] license = "MIT" repository = "https://github.com/woofdogtw/sylvia-iot-core.git" resolver = "1" [profile.release] lto = true codegen-units = 1 strip = true [profile.test] incremental = true [lib] name = "sylvia_iot_coremgr_cli" path = "src/lib.rs" [[bin]] name = "sylvia-iot-coremgr-cli" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] default-features = false [dependencies.clap] version = "4.5.18" features = [ "std", "help", "usage", "error-context", ] default-features = false [dependencies.dirs] version = "5.0.1" [dependencies.hex] version = "0.4.3" [dependencies.json5] version = "0.4.1" [dependencies.reqwest] version = "0.12.7" features = [ "json", "rustls-tls", "stream", ] default-features = false [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.serde_with] version = "3.9.0" features = ["json"] [dependencies.sylvia-iot-corelib] version = "0.1.15" [dependencies.tokio] version = "1.40.0" features = [ "io-util", "macros", "rt-multi-thread", "time", ] [dependencies.url] version = "2.5.2" [dependencies.validators] version = "0.25.3" [dev-dependencies.laboratory] version = "2.0.0"