# 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" rust-version = "1.72.1" name = "librarium-cli" version = "0.3.1" authors = ["wcampbell "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for the reading, creating, and modification of cpio file systems" readme = "README.md" keywords = [ "filesystem", "deku", "cpio", "linux", "archive", ] categories = [ "filesystem", "parsing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/wcampbell0x2a/librarium" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bin]] name = "uncpio-librarium" path = "src/bin/uncpio.rs" bench = false [dependencies.clap] version = "4.4.12" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.librarium] version = "0.3.1" [dependencies.log] version = "0.4.22"