ms-codec 0.1.3

Reference implementation of the ms1 (HRP `ms`) backup format — BIP-93 codex32 directly applied to secret material (BIP-39 entropy, BIP-32 master seed, xpriv).
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 = "2021"
rust-version = "1.85"
name = "ms-codec"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reference implementation of the ms1 (HRP `ms`) backup format — BIP-93 codex32 directly applied to secret material (BIP-39 entropy, BIP-32 master seed, xpriv)."
homepage = "https://github.com/bg002h/mnemonic-secret"
documentation = "https://docs.rs/ms-codec"
readme = "README.md"
keywords = [
    "bitcoin",
    "codex32",
    "bip93",
    "backup",
    "engraving",
]
categories = ["cryptography::cryptocurrencies"]
license = "MIT"
repository = "https://github.com/bg002h/mnemonic-secret"

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

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

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

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

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

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

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

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

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

[dependencies.codex32]
version = "=0.1.0"

[dependencies.zeroize]
version = "1.8"

[dev-dependencies.bip39]
version = "2"

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

[dev-dependencies.serde]
version = "1"
features = ["derive"]

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