py-ed25519-bindings 0.1.1

Python bindings for the ed25519-dalek RUST crate
Documentation
[dependencies.ed25519-dalek]
features = ["nightly"]
version = "1.0.0"

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

[dependencies.rand]
version = "0.6.5"

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

[package]
authors = ["Stichting Polkascan (Polkascan Foundation)"]
description = "Python bindings for the ed25519-dalek RUST crate"
edition = "2018"
homepage = "https://github.com/polkascan/py-ed25519-bindings"
license = "Apache-2.0"
name = "py-ed25519-bindings"
readme = "README.md"
repository = "https://github.com/polkascan/py-ed25519-bindings"
version = "0.1.1"
[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"]
maintainer = "Stichting Polkascan (Polkascan Foundation)"
maintainer-email = "legal@polkascan.org"