tar-core 0.1.0

Sans-IO tar header parsing and building for sync and async runtimes
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"
rust-version = "1.86.0"
name = "tar-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sans-IO tar header parsing and building for sync and async runtimes"
readme = "README.md"
keywords = [
    "tar",
    "zerocopy",
    "header",
    "sans-io",
    "async",
]
categories = [
    "encoding",
    "parser-implementations",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/composefs/tar-core"

[features]
default = ["std"]
std = ["zerocopy/std"]

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

[[example]]
name = "interop-go"
path = "examples/interop-go.rs"

[[example]]
name = "interop-python"
path = "examples/interop-python.rs"

[[example]]
name = "interop-tar"
path = "examples/interop-tar.rs"

[[test]]
name = "stream_parser"
path = "tests/stream_parser.rs"

[dependencies.thiserror]
version = "2.0"
default-features = false

[dependencies.zerocopy]
version = "0.8.0"
features = ["derive"]
default-features = false

[dev-dependencies.arbitrary]
version = "1"
features = ["derive"]

[dev-dependencies.base64]
version = "0.22"

[dev-dependencies.kani-verifier]
version = "0.67"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.rand]
version = "0.9"

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1"

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

[dev-dependencies.tar]
version = "0.4"

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

[dev-dependencies.xshell]
version = "0.2"

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unsafe_code = "forbid"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(kani)"]