dekopon-core 0.4.0

Dependency-light domain types and validated identifiers for Dekopon
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.89.0"
name = "dekopon-core"
version = "0.4.0"
build = false
include = [
    "src/**",
    "README.md",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dependency-light domain types and validated identifiers for Dekopon"
homepage = "https://github.com/dekopon-agents/dekopon"
documentation = "https://docs.rs/dekopon-core"
readme = "README.md"
keywords = [
    "agents",
    "capabilities",
    "security",
    "types",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dekopon-agents/dekopon"

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

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

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

[dependencies.thiserror]
version = "2.0.19"

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

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

[lints.rust]
unsafe_code = "forbid"

[lints.rustdoc]
broken_intra_doc_links = "deny"