py-bip39-bindings 0.1.6

Python bindings for tiny-bip39 RUST crate
Documentation
[dependencies.hmac]
version = "0.7.0"

[dependencies.pbkdf2]
default-features = false
version = "0.3.0"

[dependencies.pyo3]
features = ["extension-module"]
version = "0.9.2"

[dependencies.sha2]
version = "0.8.0"

[dependencies.tiny-bip39]
default-features = false
version = "0.6.2"

[lib]
crate-type = ["cdylib"]
name = "bip39"

[package]
authors = ["Stichting Polkascan (Polkascan Foundation)"]
description = "Python bindings for tiny-bip39 RUST crate"
edition = "2018"
homepage = "https://github.com/polkascan/py-bip39-bindings"
license = "Apache-2.0"
name = "py-bip39-bindings"
readme = "README.md"
repository = "https://github.com/polkascan/py-bip39-bindings"
version = "0.1.6"
[package.metadata.maturin]
classifier = ["License :: OSI Approved :: Apache Software License", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8"]
maintainer = "Stichting Polkascan (Polkascan Foundation)"
maintainer-email = "legal@polkascan.org"