# 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 = "cpio-archive" version = "0.10.0" authors = ["Gregory Szorc "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "cpio archive reading and writing" homepage = "https://github.com/indygreg/apple-platform-rs" readme = "README.md" keywords = ["cpio"] license = "MPL-2.0" repository = "https://github.com/indygreg/apple-platform-rs.git" [lib] name = "cpio_archive" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.is_executable] version = "1.0.4" [dependencies.simple-file-manifest] version = "0.11.0" [dependencies.thiserror] version = "1.0.66"