fedimint-wallet-common 0.5.0

fedimint-wallet is a n on-chain bitcoin wallet module. It uses a key-value store and is not a standard HD wallet.
Documentation
[dependencies.anyhow]
version = "1.0.93"

[dependencies.bitcoin]
features = ["serde"]
version = "0.32.4"

[dependencies.fedimint-core]
version = "=0.5.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.impl-tools]
version = "0.10.1"

[dependencies.miniscript]
features = ["serde"]
version = "12.2.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.214"

[dependencies.thiserror]
version = "1.0.68"

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.test-log]
default-features = false
features = ["trace"]
version = "0.2"

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

[package]
authors = ["The Fedimint Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "fedimint-wallet is a n on-chain bitcoin wallet module. It uses a key-value store and is not a standard HD wallet."
edition = "2021"
license = "MIT"
name = "fedimint-wallet-common"
readme = "README.md"
repository = "https://github.com/fedimint/fedimint"
version = "0.5.0"

[package.metadata.docs.rs]
rustc-args = ["--cfg", "tokio_unstable"]