# 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 = "2021" name = "bffextract" version = "0.7.1" authors = ["Michael Richter "] description = "Extract content of BFF file (AIX Backup file format)" readme = "README.md" keywords = [ "bff", "aix", "extract", "unpack", "decompress", ] categories = [ "command-line-utilities", "compression", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ponchofiesta/bffextract-rs" [[bin]] name = "bffextract" path = "src/main.rs" [dependencies.bfflib] version = "0.7.1" [dependencies.chrono] version = "0.4.38" features = ["now"] default-features = false [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.comfy-table] version = "7.1.1" default-features = false [dependencies.file-mode] version = "0.1.2" [dependencies.filetime] version = "0.2.23" [dependencies.normalize-path] version = "0.2.1" [target."cfg(unix)".dependencies.users] version = "0.11.0" features = ["cache"] default-features = false