libdd-tinybytes 1.1.0

Tiny implementation of a bytes::Bytes like type that supports AsRef<[u8]>
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.84.1"
name = "libdd-tinybytes"
version = "1.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tiny implementation of a bytes::Bytes like type that supports AsRef<[u8]>"
homepage = "https://github.com/DataDog/libdatadog/tree/main/libdd-tinybytes"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/DataDog/libdatadog/tree/main/libdd-tinybytes"

[lib]
name = "libdd_tinybytes"
path = "src/lib.rs"
bench = false

[dependencies.serde]
version = "1.0.209"
optional = true

[dev-dependencies.once_cell]
version = "1.8"

[dev-dependencies.pretty_assertions]
version = "1.3"

[dev-dependencies.proptest]
version = "1.5"
features = ["std"]
default-features = false

[dev-dependencies.rmp-serde]
version = "1.1.1"

[dev-dependencies.serde_json]
version = "1.0.127"

[dev-dependencies.test-case]
version = "2.2"

[features]
bytes_string = []
serialization = ["serde"]