starweft-protocol 0.3.0

Core protocol definitions and message types for starweft
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.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",
]