sntrup-sys 0.1.1

Streamlined NTRU Prime, extracted from SUPERCOP with a deduplicated vendor tree, compiled via the cc crate
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 = "sntrup-sys"
version = "0.1.1"
authors = ["Sheldon Knuth <sheldon@citi.sinica.edu.tw>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Streamlined NTRU Prime, extracted from SUPERCOP with a deduplicated vendor tree, compiled via the cc crate"
readme = "README.md"
keywords = [
    "post-quantum",
    "ntru-prime",
    "kem",
    "pqc",
    "sntrup",
]
categories = [
    "cryptography",
    "external-ffi-bindings",
]
license-file = "LICENSE.md"

[features]
default = [
    "sntrup653",
    "sntrup761",
    "sntrup857",
    "sntrup953",
    "sntrup1013",
    "sntrup1277",
]
sntrup1013 = []
sntrup1277 = []
sntrup653 = []
sntrup761 = []
sntrup857 = []
sntrup953 = []

[lib]
name = "sntrup_sys"
path = "src/lib.rs"

[[test]]
name = "roundtrip"
path = "tests/roundtrip.rs"

[[bench]]
name = "kem"
path = "benches/kem.rs"
harness = false

[dependencies.getrandom]
version = "0.4.3"

[dev-dependencies.criterion]
version = "0.8"

[build-dependencies.cc]
version = "1.4.7"