[package]
edition = "2021"
rust-version = "1.87"
name = "bytestringmut"
version = "1.0.2"
authors = ["Joshua Booth <joshua.n.booth@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mutable manipulation of `ByteString`s"
readme = "README.md"
keywords = [
"buffers",
"string",
"bytes",
"bytestring",
]
categories = ["no-std"]
license = "MIT"
repository = "https://github.com/jnbooth/bytestringmut"
[lib]
name = "bytestringmut"
path = "src/lib.rs"
[dependencies.bytes]
version = "1.11.1"
default-features = false
[dependencies.bytestring]
version = "1.5.0"
[lints.clippy]
must_use_candidate = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1