# 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 = "dasharo_ectool" version = "0.3.8" authors = [ "Jeremy Soller ", "Michał Kopeć ", ] description = "Dasharo EC tool" documentation = "https://docs.dasharo.com" license = "MIT" repository = "https://github.com/dasharo/ec" [package.metadata.docs.rs] all-features = true [lib] name = "ectool" [[bin]] name = "dasharo_ectool" required-features = [ "std", "hidapi", "clap", ] [dependencies.clap] version = "3.2" optional = true [dependencies.downcast-rs] version = "1.2.0" default-features = false [dependencies.hidapi] version = "1.4" features = ["linux-shared-hidraw"] optional = true default-features = false [dependencies.libc] version = "0.2" optional = true [dependencies.redox_hwio] version = "0.1.6" optional = true default-features = false [features] default = [ "std", "hidapi", "clap", ] std = [ "libc", "downcast-rs/std", ]