cc-lb-plugin-wire 0.4.0

Wire types and schema versioning contract for cc-lb wasm plugin authors.
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.96.0"
name = "cc-lb-plugin-wire"
version = "0.4.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wire types and schema versioning contract for cc-lb wasm plugin authors."
readme = "README.md"
keywords = [
    "cc-lb",
    "plugin",
    "wasm",
    "wire",
    "rkyv",
]
categories = [
    "wasm",
    "api-bindings",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/isac322/cc-lb"
resolver = "2"

[features]
default = []
std = [
    "dep:serde",
    "dep:serde_json",
    "rkyv/std",
]

[lib]
name = "cc_lb_plugin_wire"
crate-type = ["rlib"]
path = "src/lib.rs"

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

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

[dependencies.rkyv]
version = "0.8"
features = [
    "alloc",
    "bytecheck",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[build-dependencies.blake3]
version = "1"
features = ["std"]
default-features = false