tpack 0.1.0

Std facade, registry integration, and optional serde support for TPACK
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.85"
name = "tpack"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Std facade, registry integration, and optional serde support for TPACK"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/pluveto/tpack"

[features]
default = [
    "std",
    "derive",
]
derive = ["dep:tpack-macros"]
serde_support = [
    "std",
    "dep:serde",
]
std = ["tpack-core/std"]

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

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

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

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

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

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

[dependencies.serde]
version = "1.0.228"
features = ["std"]
optional = true
default-features = false

[dependencies.tpack-core]
version = "0.1.0"

[dependencies.tpack-macros]
version = "0.1.0"
optional = true

[dev-dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dev-dependencies.tpack-macros]
version = "0.1.0"