# 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 = "dx-cli" version = "0.3.1" authors = ["Abel Chalier "] description = "faster dx with obj c ffi bindings" readme = "README.md" license = "MIT" [[bin]] name = "dx" path = "src/main.rs" [dependencies.bytesize] version = "1.3.0" [dependencies.color-print] version = "0.3.5" [dependencies.hex] version = "0.4.3" [dependencies.itertools] version = "0.12.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.151" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.regex] version = "1.10.3" [dependencies.structopt] version = "0.3.26" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.strum_macros] version = "0.26" [dependencies.walkdir] version = "2.4.0"