[package]
edition = "2024"
rust-version = "1.88"
name = "starweft-protocol"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core protocol definitions and message types for starweft"
homepage = "https://co-r-e.com"
readme = false
license = "MIT"
repository = "https://github.com/co-r-e/starweft"
resolver = "2"
[lib]
name = "starweft_protocol"
path = "src/lib.rs"
[dependencies.ed25519-dalek]
version = "2.1.1"
features = ["rand_core"]
[dependencies.serde]
version = "1.0.219"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.140"
[dependencies.starweft-crypto]
version = "0.3.0"
[dependencies.starweft-id]
version = "0.3.0"
[dependencies.thiserror]
version = "2.0.12"
[dependencies.time]
version = "0.3.47"
features = [
"formatting",
"macros",
"parsing",
"serde",
]