# 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 = "unshield" version = "0.2.0" authors = ["Aaron Griffith "] description = "Extract files from InstallShield Z archives." documentation = "https://docs.rs/unshield" readme = "README.md" keywords = ["installshield", "archive"] categories = ["compression", "encoding", "command-line-utilities", "filesystem"] license = "MIT" repository = "https://github.com/agrif/unshield" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.byteorder] version = "1.3" [dependencies.explode] version = "0.1" [dependencies.futures-lite] version = "0.1" optional = true [dev-dependencies.async-executor] version = "0.1" default-features = false [features] async = ["futures-lite"] default = []