# 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 = "umi" version = "0.0.8" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "UMI device management tool." homepage = "https://umi.engineering/cli" documentation = "https://docs.rs/crate/umi/" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/umi-eng/cli" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "umi" path = "src/main.rs" [dependencies.anyhow] version = "1.0.81" [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.hftwo] version = "0.1.2" [dependencies.open] version = "5.1.2" [dependencies.reqwest] version = "0.12.4" features = ["json"] [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.tokio] version = "1.37.0" features = [ "full", "net", ] [dependencies.tokio-modbus] version = "0.14.0" [dependencies.uftwo] version = "0.1.0"