# 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 = "ch347_rs" version = "0.2.1" build = "build.rs" description = "ch347 for rust" readme = "README.md" license = "MIT" [lib] test = true doctest = true doc = true [[bin]] name = "ch347tool" path = "src/bin/ch347tool/main.rs" doc = false [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.cli-table] version = "0.4.7" [dependencies.console] version = "0.15" [dependencies.hex] version = "0.4.3" [dependencies.humantime] version = "2.1.0" [dependencies.indicatif] version = "0.17.1" [dependencies.libc] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shadow-rs] version = "0.16.3" [build-dependencies.shadow-rs] version = "0.16.3"