[dependencies.anyhow]
version = "1.0.95"
[dependencies.bitcoin_hashes]
version = "0.14.0"
[dependencies.fedimint-core]
version = "=0.6.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.217"
[dependencies.tbs]
package = "fedimint-tbs"
version = "=0.6.1"
[dependencies.thiserror]
version = "2.0.11"
[dependencies.tracing]
version = "0.1.41"
[lib]
name = "fedimint_mint_common"
path = "src/lib.rs"
[package]
authors = ["The Fedimint Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "fedimint-mint-common is a chaumian ecash mint module. (common types)"
edition = "2021"
license = "MIT"
name = "fedimint-mint-common"
readme = "README.md"
repository = "https://github.com/fedimint/fedimint"
version = "0.6.1"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "tokio_unstable"]