depo-api 0.14.0

API for the Blockchain Commons Depository ('depo') server.
Documentation
[dependencies.anyhow]
version = "^1.0.0"

[dependencies.bc-components]
version = "^0.24.0"

[dependencies.bc-envelope]
features = ["multithreaded"]
version = "^0.33.0"

[dependencies.bc-ur]
version = "^0.12.0"

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

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

[dependencies.gstp]
version = "^0.9.0"

[dependencies.hex]
version = "^0.4.3"

[dev-dependencies.bc-rand]
version = "^0.4.0"

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

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

[features]
multithreaded = ["dcbor/multithreaded", "bc-envelope/multithreaded"]

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

[package]
authors = ["Blockchain Commons"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "database", "web-programming::http-client"]
description = "API for the Blockchain Commons Depository ('depo') server."
documentation = "https://docs.rs/depo-api"
edition = "2024"
keywords = ["cryptocurrency", "security", "key-management", "recovery", "server"]
license = "BSD-2-Clause-Patent"
name = "depo-api"
readme = "README.md"
repository = "https://github.com/BlockchainCommons/bc-depo-api-rust"
resolver = "2"
version = "0.14.0"