kevy-bytes 1.8.1

24-byte small-byte-string with inline SSO. Pure Rust.
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"
rust-version = "1.95"
name = "kevy-bytes"
version = "1.8.1"
authors = ["GOLIA K.K."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "24-byte small-byte-string with inline SSO. Pure Rust."
homepage = "https://github.com/goliajp/kevy"
documentation = "https://docs.rs/kevy-bytes"
readme = "README.md"
keywords = [
    "sso",
    "small-string",
    "bytes",
    "inline",
]
categories = [
    "data-structures",
    "memory-management",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/goliajp/kevy"

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

[[example]]
name = "bench_sso"
path = "examples/bench_sso.rs"

[[test]]
name = "perf_gate"
path = "tests/perf_gate.rs"

[dependencies.kevy-hash]
version = "1.8.1"

[dev-dependencies]

[lints.clippy.all]
level = "deny"
priority = 0

[lints.rust]
warnings = "deny"