bytestringmut 1.0.2

Mutable manipulation of `ByteString`s
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.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