# 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 = "devc" version = "0.0.0-alpha.2" description = "Device Connector CLI" readme = "README.md" license = "MIT" resolver = "1" [dependencies.clap] version = "4.3.5" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.colored] version = "2.0.0" [dependencies.devc-core] version = "0.0.0-alpha.1" [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.19" [dependencies.strum] version = "0.25.0" features = ["derive"]