# 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" version = "0.4.1" authors = ["Jonathan Creekmore "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An API for creating CPIO archives" documentation = "https://docs.rs/cpio/" readme = "README.md" keywords = [ "cpio", "archive", ] license = "MIT" repository = "https://github.com/jcreekmore/cpio-rs" [lib] name = "cpio" path = "src/lib.rs" [[example]] name = "createcpio" path = "examples/createcpio.rs" [[example]] name = "extractcpio" path = "examples/extractcpio.rs" [[example]] name = "listcpio" path = "examples/listcpio.rs" [[example]] name = "other-file-types" path = "examples/other-file-types.rs" [dependencies]