# 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" 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", ] [lib] name = "librarium" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.deku] version = "0.18.1" features = [ "std", "logging", ] default-features = false [dependencies.log] version = "0.4.22" [dependencies.num] version = "0.4.3" [dependencies.num-traits] version = "0.2.19" [dependencies.thiserror] version = "1.0.52" [dev-dependencies.tempfile] version = "3.9.0" [dev-dependencies.test-assets-ureq] version = "0.3.0" [dev-dependencies.test-log] version = "0.2.16" [features] alloc = ["deku/alloc"] default = ["std"] std = [ "deku/std", "alloc", ]