py-pkstl 0.1.0

Python bindings for pkstl
Documentation
[package]
name = "py-pkstl"
version = "0.1.0"
authors = ["tuxmain <tuxmain@zettascript.org>"]
description = "Python bindings for pkstl"
repository = "https://git.duniter.org/tools/py-pkstl"
homepage = "https://git.duniter.org/tools/py-pkstl"
license = "AGPL-3.0"
readme = "README.md"
keywords = ["python","security"]
edition = "2018"

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

[dependencies]
pkstl = "0.1.0"
ring = "0.16.9"

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