[dependencies.hex]
version = "0.4"
[dependencies.libc]
version = "0.2"
[dependencies.monocypher-sys]
version = "4.0.2"
[features]
default = []
ed25519 = ["monocypher-sys/ed25519"]
[package]
authors = ["js@schreiberconsulting.eu"]
categories = ["cryptography"]
description = "Bindings for the monocypher C library"
edition = "2021"
homepage = "https://github.com/jan-schreib/monocypher-rs"
keywords = ["cryptography", "security", "encryption"]
license = "ISC"
name = "monocypher"
readme = "README.md"
repository = "https://github.com/jan-schreib/monocypher-rs"
version = "0.4.4"
[package.metadata.docs.rs]
features = ["ed25519"]