# 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 = "bfflib" 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 = ["compression"] license = "MIT OR Apache-2.0" repository = "https://github.com/ponchofiesta/bffextract-rs" [dependencies.chrono] version = "0.4.38" features = ["now"] default-features = false [dependencies.file-mode] version = "0.1.2" [dependencies.filetime] version = "0.2.23" [dependencies.normalize-path] version = "0.2.1" [dev-dependencies.tempfile] version = "3.10.1"