kpea 0.2.5

CPIO archive reader/writer library. Supports New ASCII and Old character formats. Fuzz-tested against GNU cpio.
Documentation
# 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 = "kpea"
version = "0.2.5"
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CPIO archive reader/writer library. Supports New ASCII and Old character formats. Fuzz-tested against GNU cpio."
homepage = "https://github.com/igankevich/kpea"
documentation = "https://docs.rs/kpea"
readme = "README.md"
keywords = [
    "cpio",
    "archive",
]
categories = [
    "encoding",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/igankevich/kpea"

[lib]
name = "kpea"
path = "src/lib.rs"

[dependencies.libc]
version = "0.2.180"

[dependencies.normalize-path]
version = "0.2.1"

[dev-dependencies.arbitrary]
version = "1.4.2"
features = [
    "derive",
    "derive_arbitrary",
]

[dev-dependencies.arbtest]
version = "0.3.2"

[dev-dependencies.random-dir]
version = "0.2.4"

[dev-dependencies.similar-asserts]
version = "1.7.0"

[dev-dependencies.tempfile]
version = "3.24.0"

[dev-dependencies.walkdir]
version = "2.5.0"

[lints.clippy]
expect_used = "deny"
panic = "deny"
unwrap_used = "deny"

[lints.rust]
missing_docs = "warn"