planus 1.3.0

Planus is an alternative compiler for flatbuffers, an efficient cross platform serialization library.
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.88"
name = "planus"
version = "1.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Planus is an alternative compiler for flatbuffers, an efficient cross platform serialization library."
readme = "README.md"
keywords = [
    "flatbuffers",
    "serialization",
    "zero-copy",
]
categories = [
    "encoding",
    "data-structures",
    "memory-management",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/planus-org/planus"

[features]
bytes-cache = ["hashbrown"]
default = [
    "std",
    "vtable-cache",
    "string-cache",
    "bytes-cache",
]
extra-validation = []
std = []
string-cache = ["hashbrown"]
vtable-cache = ["hashbrown"]

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

[dependencies.array-init-cursor]
version = "0.2.1"

[dependencies.hashbrown]
version = "0.16.1"
optional = true

[dev-dependencies.rand]
version = "0.9.2"