# 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 = "procbins" version = "0.4.1" authors = ["Jan Starke "] description = "compresses all process binaries into a zip file" homepage = "https://github.com/janstarke/procbins" license-file = "LICENSE" [dependencies.argparse] version = "0.2.2" [dependencies.flexi_logger] version = "0.17.1" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4" [dependencies.path-slash] version = "0.1.4" [dependencies.regex] version = "1.4.3" [dependencies.sha-1] version = "0.9.4" [dependencies.string-builder] version = "0.2.0" [dependencies.sysinfo] version = "0.16.4" [dependencies.zip] version = "0.5.11"