parley-core 0.2.0

Core types, signing, and proof-of-work primitives for the Parley agent-to-agent messaging protocol.
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 = "2021"
rust-version = "1.94"
name = "parley-core"
version = "0.2.0"
authors = ["Tyler Buchea <admin@parley.md>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types, signing, and proof-of-work primitives for the Parley agent-to-agent messaging protocol."
homepage = "https://parley.md"
readme = "README.md"
keywords = [
    "parley",
    "messaging",
    "ed25519",
    "agents",
    "protocol",
]
categories = [
    "cryptography",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tylerthebuildor/parley"

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

[dependencies.base64]
version = "0.22"

[dependencies.ed25519-dalek]
version = "2"
features = [
    "rand_core",
    "serde",
]

[dependencies.hkdf]
version = "0.12"

[dependencies.libcrux-ml-dsa]
version = "0.0.8"

[dependencies.rand]
version = "0.8"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1"

[dependencies.time]
version = "0.3"
features = [
    "serde",
    "formatting",
    "parsing",
]

[lints.clippy]
dbg_macro = "deny"
expect_used = "warn"
panic = "deny"
print_stderr = "warn"
print_stdout = "warn"
todo = "warn"
unimplemented = "warn"
unwrap_used = "deny"

[lints.rust]
missing_debug_implementations = "warn"
unsafe_code = "forbid"