tar-no-std 0.5.0

A no_std, allocation-free library focused on reading regular files from basic Tar archives
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 = "2024"
rust-version = "1.85.0"
name = "tar-no-std"
version = "0.5.0"
build = false
exclude = ["tests"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A no_std, allocation-free library focused on reading regular files from basic Tar archives"
homepage = "https://github.com/phip1611/tar-no-std"
documentation = "https://docs.rs/tar-no-std"
readme = "README.md"
keywords = [
    "tar",
    "tarball",
    "archive",
]
categories = [
    "data-structures",
    "no-std",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/phip1611/tar-no-std"

[package.metadata.docs.rs]
all-features = true

[features]
alloc = []
default = []

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

[[example]]
name = "alloc_feature"
path = "examples/alloc_feature.rs"
required-features = ["alloc"]

[[example]]
name = "minimal"
path = "examples/minimal.rs"

[dependencies.bitflags]
version = "2.12"

[dependencies.log]
version = "~0.4"
default-features = false

[dependencies.num-traits]
version = "~0.2"
default-features = false

[dev-dependencies.env_logger]
version = "0.11"