ucobs 0.3.4

μCOBS — Consistent Overhead Byte Stuffing. no_std, zero-alloc, fastest, most-tested COBS implementation.
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.93"
name = "ucobs"
version = "0.3.4"
authors = ["Stephen Waits <steve@waits.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "μCOBS — Consistent Overhead Byte Stuffing. no_std, zero-alloc, fastest, most-tested COBS implementation."
homepage = "https://github.com/swaits/ucobs"
documentation = "https://docs.rs/ucobs"
readme = "README.md"
keywords = [
    "cobs",
    "framing",
    "no-std",
    "embedded",
    "codec",
]
categories = [
    "encoding",
    "no-std::no-alloc",
    "embedded",
]
license = "MIT"
repository = "https://github.com/swaits/ucobs"

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

[features]
default = []
legacy-msrv = []

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

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false

[dev-dependencies.cobs]
version = "0.5"

[dev-dependencies.corncobs]
version = "0.1"

[dev-dependencies.iai-callgrind]
version = "0.16"

[dev-dependencies.mutants]
version = "0.0.4"

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

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

[lints.rust]
unsafe_code = "forbid"