md-codec 0.38.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.38.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 OR Unlicense"
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_adversarial"
path = "tests/bch_adversarial.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 = "bitcoind_differential"
path = "tests/bitcoind_differential.rs"

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

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

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

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

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

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

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

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

[[test]]
name = "proptest_to_miniscript"
path = "tests/proptest_to_miniscript.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.proptest]
version = "1"

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

[lints.clippy]
all = "warn"

[lints.rust]
missing_docs = "warn"