dekopon-protocol 0.2.0

Versioned resource types shared by Dekopon clients and runtimes
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.86.0"
name = "dekopon-protocol"
version = "0.2.0"
build = false
include = [
    "src/**",
    "README.md",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Versioned resource types shared by Dekopon clients and runtimes"
homepage = "https://github.com/dekopon-agents/dekopon"
documentation = "https://docs.rs/dekopon-protocol"
readme = "README.md"
keywords = [
    "agents",
    "api",
    "capabilities",
    "protocol",
]
categories = [
    "data-structures",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dekopon-agents/dekopon"

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

[dependencies.dekopon-capability]
version = "0.2.0"

[dependencies.dekopon-core]
version = "0.2.0"

[dependencies.schemars]
version = "1.2.2"
features = ["derive"]

[dependencies.serde]
version = "1.0.229"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0.151"

[dev-dependencies.serde_yaml]
version = "0.10.0"
package = "serde_yaml_ng"

[lints.clippy]
dbg_macro = "deny"
todo = "deny"
unimplemented = "deny"

[lints.rust]
unsafe_code = "forbid"

[lints.rustdoc]
broken_intra_doc_links = "deny"