pqbip39 0.2.0

A no_std compatible implementation of the BIP39 mnemonic code standard.
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"
name = "pqbip39"
version = "0.2.0"
authors = ["Rinat hicc0rus@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A no_std compatible implementation of the BIP39 mnemonic code standard."
readme = "README.md"
keywords = [
    "bip39",
    "mnemonic",
    "bitcoin",
    "crypto",
    "no-std",
]
categories = [
    "cryptography",
    "no-std",
]
license = "MIT"
repository = "https://github.com/openzebra/pq_bip39.rs"

[features]
default = ["std"]
std = ["unicode-normalization/std"]
zeroize = ["dep:zeroize"]

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

[dependencies.hmac]
version = "0.13.0"
default-features = false

[dependencies.secrecy]
version = "0.10.3"

[dependencies.sha2]
version = "0.11.0"
default-features = false

[dependencies.thiserror]
version = "2.0.18"
default-features = false

[dependencies.unicode-normalization]
version = "0.1.25"
optional = true
default-features = false

[dependencies.zeroize]
version = "1.8.2"
features = ["zeroize_derive"]
optional = true
default-features = false

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

[dev-dependencies.rand]
version = "0.9.1"