[package]
edition = "2024"
rust-version = "1.85"
name = "panproto-protocols"
version = "0.18.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Built-in protocol definitions for panproto"
readme = "README.md"
license = "MIT"
repository = "https://github.com/panproto/panproto"
[lib]
name = "panproto_protocols"
path = "src/lib.rs"
[dependencies.blake3]
version = "1"
[dependencies.panproto-gat]
version = "0.18.1"
[dependencies.panproto-inst]
version = "0.18.1"
[dependencies.panproto-schema]
version = "0.18.1"
[dependencies.rustc-hash]
version = "2.1.1"
[dependencies.serde]
version = "1.0.228"
features = [
"derive",
"rc",
]
[dependencies.serde_json]
version = "1.0.149"
[dependencies.thiserror]
version = "2.0.18"
[dev-dependencies.proptest]
version = "1.10.0"
[lints.clippy]
expect_used = "warn"
unwrap_used = "deny"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"