brk_byteview 0.11.1

BRK-maintained fork of byteview, a thin immutable zero-copy byte slice
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 = "2024"
name = "brk_byteview"
version = "0.11.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BRK-maintained fork of byteview, a thin immutable zero-copy byte slice"
homepage = "https://bitcoinresearchkit.org"
readme = "README.md"
keywords = [
    "german-string",
    "string-view",
    "byte-slice",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bitcoinresearchkit/brk"

[features]
default = []
serde = ["dep:serde"]

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

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

[dev-dependencies.serde_json]
version = "1.0.151"
features = [
    "float_roundtrip",
    "preserve_order",
]