# 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 = "unbox" version = "0.2.0" authors = ["Armin Ronacher "] description = "Command line utility that unpacks archives." homepage = "https://github.com/mitsuhiko/unbox" documentation = "https://github.com/mitsuhiko/unbox" readme = "README.md" license = "MIT" repository = "https://github.com/mitsuhiko/unbox" [dependencies.ar] version = "0.6.2" [dependencies.bzip2] version = "0.3.3" [dependencies.cab] version = "0.2.0" [dependencies.clap] version = "2.32.0" [dependencies.console] version = "0.7.2" [dependencies.failure] version = "0.1.3" [dependencies.goblin] version = "0.0.19" features = ["pe32", "pe64", "std"] default_features = false [dependencies.indicatif] version = "0.11.0" [dependencies.lazy_static] version = "1.2.0" [dependencies.libflate] version = "0.1.19" [dependencies.memmap] version = "0.7.0" [dependencies.owning_ref] version = "0.4.0" [dependencies.petgraph] version = "0.4.13" [dependencies.regex] version = "1.1.0" [dependencies.stable_deref_trait] version = "1.1.1" [dependencies.strum] version = "0.13.0" [dependencies.strum_macros] version = "0.13.0" [dependencies.tar] version = "0.4.20" [dependencies.tree_magic] version = "0.2.1" features = ["staticmime"] [dependencies.uuid] version = "0.7.1" features = ["v4"] [dependencies.xz2] version = "0.1.6" [dependencies.zip] version = "0.5.0"