# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "unpack" version = "0.2.4" authors = ["Armin Ronacher ", "Sebastian Thiel "] include = ["src/**/*", "README.md", "CHANGELOG.md"] description = "Command line utility that unpacks archives, a maintained version of 'unbox'." homepage = "https://github.com/Byron/unpack" documentation = "https://github.com/Byron/unpack" readme = "README.md" license = "MIT" repository = "https://github.com/Byron/unpack" [dependencies.ar] version = "0.8.0" [dependencies.bzip2] version = "0.4.1" [dependencies.cab] version = "0.2.0" [dependencies.clap] version = "2.32.0" [dependencies.console] version = "0.14.0" [dependencies.failure] version = "0.1.3" [dependencies.goblin] version = "0.3.0" features = ["pe32", "pe64", "std"] default_features = false [dependencies.indicatif] version = "0.15.0" [dependencies.lazy_static] version = "1.2.0" [dependencies.libflate] version = "1.0.3" [dependencies.memmap] version = "0.7.0" [dependencies.owning_ref] version = "0.4.0" [dependencies.petgraph] version = "0.5.1" [dependencies.regex] version = "1.1.0" [dependencies.stable_deref_trait] version = "1.1.1" [dependencies.strum] version = "0.20.0" [dependencies.strum_macros] version = "0.20.1" [dependencies.tar] version = "0.4.20" [dependencies.tree_magic] version = "0.2.1" features = ["staticmime"] [dependencies.uuid] version = "0.8.1" features = ["v4"] [dependencies.xz2] version = "0.1.6" [dependencies.zip] version = "0.5.0"