lib25519-sys 0.1.1

Rust Bindings for lib25519
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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