bytes-str 0.2.8

A string type that is backed by bytes crate
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"
name = "bytes-str"
version = "0.2.8"
authors = ["Donny <kdy1997.dev@gmail.com>"]
build = false
include = [
    "Cargo.toml",
    "src/**/*.rs",
]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A string type that is backed by bytes crate"
readme = false
license = "Apache-2.0"
repository = "https://github.com/dudykr/ddbase.git"

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

[dependencies.bytes]
version = "1.11.1"

[dependencies.rkyv]
version = "0.8.16"
features = ["bytecheck"]
optional = true
default-features = false

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

[features]
rkyv = [
    "dep:rkyv",
    "rkyv/bytes-1",
]
serde = ["dep:serde"]