sanitization-bytes 1.2.2

bytes::BytesMut integration wrappers for the sanitization crate.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bytes"
version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"

[[package]]
name = "sanitization"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e917ba6e3d60c9756acda8f7e4b5958984b2fb1d7eb501c71e07f04da8c20413"

[[package]]
name = "sanitization-bytes"
version = "1.2.2"
dependencies = [
 "bytes",
 "sanitization",
]