[package]
edition = "2024"
name = "lib25519-sys"
version = "0.1.1"
authors = ["Georgio Nicolas <me@georgio.xyz>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust Bindings for lib25519"
readme = "README.md"
keywords = [
"cryptography",
"curve25519",
"key-exchange",
"digital-signatures",
]
categories = [
"external-ffi-bindings",
"cryptography",
]
license = "Unlicense"
repository = "https://github.com/georgio/lib25519-sys"
[lib]
name = "lib25519_sys"
path = "src/lib.rs"
[[bench]]
name = "benches"
path = "benches/benches.rs"
harness = false
[dev-dependencies.criterion]
version = "0.5.1"
[dev-dependencies.rand]
version = "0.8.5"
[profile.dev]
opt-level = 1