byte-chisel 0.2.1

A library for decoding byte-streams into data structures
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"
name = "byte-chisel"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for decoding byte-streams into data structures"
readme = "README.md"
categories = ["encoding"]
license = "EUPL-1.2"
repository = "https://codeberg.org/Fayti1703/byte-chisel"

[features]
alloc = ["dep:memchr"]
default = ["std"]
std = ["alloc"]

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

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

[dependencies.memchr]
version = "2.7"
optional = true

[lints.clippy]
tabs_in_doc_comments = "allow"
undocumented_unsafe_blocks = "deny"

[lints.rust]
unsafe_op_in_unsafe_fn = "deny"