# 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 = "dmgwiz" version = "0.2.4" authors = ["Felix Seele "] description = "Extract filesystem data from DMG files" readme = "README.md" keywords = [ "DMG", "Apple", ] categories = [ "command-line-utilities", "encoding", "filesystem", "parsing", ] license = "MIT" repository = "https://github.com/citruz/dmgwiz" [lib] name = "dmgwiz" path = "src/lib.rs" [[bin]] name = "dmgwiz" path = "src/main.rs" required-features = ["crypto"] [dependencies.adc] version = "0.2" [dependencies.bincode] version = "1" [dependencies.byteorder] version = "1" [dependencies.bzip2] version = "0.4" [dependencies.clap] version = "2" [dependencies.flate2] version = "1" [dependencies.itertools] version = "0.9" [dependencies.lzfse] version = "0.1" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.openssl] version = "0.10" features = ["vendored"] optional = true [dependencies.plist] version = "1.5" [dependencies.ring] version = "0.16" optional = true [dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.file_diff] version = "1" [features] crypto = [ "openssl", "ring", ] default = ["crypto"]