[dependencies.anyhow]
version = "^1.0.0"
[dependencies.bc-components]
version = "^0.10.0"
[dependencies.bc-envelope]
features = ["multithreaded"]
version = "^0.15.0"
[dependencies.bc-ur]
version = "^0.3.0"
[dependencies.bytes]
version = "^1.5.0"
[dependencies.dcbor]
features = ["multithreaded"]
version = "^0.13.0"
[dependencies.hex]
version = "^0.4.3"
[dev-dependencies.hex-literal]
version = "^0.4.1"
[dev-dependencies.indoc]
version = "^2.0.4"
[features]
multithreaded = ["dcbor/multithreaded", "bc-envelope/multithreaded"]
[package]
authors = ["Blockchain Commons"]
categories = ["cryptography", "database", "security", "web-programming::http-client"]
description = "API for the Blockchain Commons Depository ('depo') server."
documentation = "https://docs.rs/depo-api"
edition = "2021"
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"
version = "0.3.2"