md-codec 0.34.0

Reference implementation of the Mnemonic Descriptor (MD) format for engravable BIP 388 wallet policy backups
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "md-codec"
version = "0.34.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reference implementation of the Mnemonic Descriptor (MD) format for engravable BIP 388 wallet policy backups"
homepage = "https://github.com/bg002h/descriptor-mnemonic"
documentation = "https://docs.rs/md-codec"
readme = "README.md"
keywords = [
    "bitcoin",
    "bip388",
    "wallet",
    "descriptor",
    "bech32",
]
categories = [
    "cryptography::cryptocurrencies",
    "encoding",
]
license = "MIT"
repository = "https://github.com/bg002h/descriptor-mnemonic"

[features]
default = ["derive"]
derive = ["dep:miniscript"]

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

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

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

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

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

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

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

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

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

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

[dependencies.bip39]
version = "2.2.2"

[dependencies.bitcoin]
version = "0.32"

[dependencies.miniscript]
version = "13.0.0"
features = ["std"]
optional = true
default-features = false

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.hex]
version = "0.4"

[dev-dependencies.serde_json]
version = "1"

[lints.clippy]
all = "warn"

[lints.rust]
missing_docs = "warn"