gstp 0.13.0

A secure, authenticated, transport-agnostic data exchange protocol with distributed state management via Encrypted State Continuations (ESC).
Documentation
[dependencies.bc-components]
version = "^0.30.0"

[dependencies.bc-envelope]
version = "^0.39.0"

[dependencies.bc-rand]
version = "^0.5.0"

[dependencies.bc-xid]
version = "^0.18.0"

[dependencies.dcbor]
features = ["multithreaded"]
version = "^0.24.1"

[dependencies.thiserror]
version = "^2.0"

[dev-dependencies.hex-literal]
version = "^1.1.0"

[dev-dependencies.indoc]
version = "^2.0.0"

[dev-dependencies.version-sync]
version = "^0.9.0"

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

[package]
authors = ["Blockchain Commons"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "A secure, authenticated, transport-agnostic data exchange protocol with distributed state management via Encrypted State Continuations (ESC)."
documentation = "https://docs.rs/gstp"
edition = "2024"
keywords = ["cryptography"]
license = "BSD-2-Clause-Patent"
name = "gstp"
readme = "README.md"
repository = "https://github.com/BlockchainCommons/gstp-rust"
resolver = "2"
version = "0.13.0"

[[test]]
name = "main_tests"
path = "tests/main_tests.rs"

[[test]]
name = "pq_tests"
path = "tests/pq_tests.rs"