[package]
edition = "2021"
name = "fcrypt-oqs-sys"
version = "0.11.2+liboqs-0.15.1"
authors = ["Thom Wiggers <thom@thomwiggers.nl>"]
build = "build.rs"
links = "oqs"
include = [
"/LICENSE",
"/README.md",
"/build.rs",
"/src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pinned liboqs bindings for fcrypt"
homepage = "https://github.com/ThoisoiThree/fcrypt"
documentation = "https://docs.rs/fcrypt-oqs-sys"
readme = "README.md"
keywords = [
"cryptography",
"post-quantum",
"liboqs",
"ffi",
"pqc",
]
categories = [
"cryptography",
"external-ffi-bindings",
]
license = "MIT"
repository = "https://github.com/ThoisoiThree/fcrypt"
[package.metadata.liboqs]
url = "https://github.com/tectonic-labs/liboqs.git"
revision = "282809f06dccf6893980035cb11f319684d10d52"
[package.metadata.docs.rs]
features = ["docs"]
[features]
bike = []
classic_mceliece = []
cross = []
default = [
"openssl",
"kems",
"sigs",
]
dilithium = []
docs = []
falcon = []
frodokem = []
hqc = []
kems = [
"classic_mceliece",
"frodokem",
"hqc",
"kyber",
"ml_kem",
"ntruprime",
]
kyber = []
mayo = []
ml_dsa = []
ml_kem = []
non_portable = []
ntruprime = []
openssl = []
sigs = [
"cross",
"dilithium",
"falcon",
"mayo",
"ml_dsa",
"slh_dsa",
"sphincs",
"uov",
]
slh_dsa = []
sphincs = []
uov = []
vendored = []
vendored_openssl = [
"openssl",
"vendored",
"dep:openssl-sys",
]
[lib]
name = "fcrypt_oqs_sys"
path = "src/lib.rs"
[dependencies.libc]
version = "0.2"
[dependencies.openssl-sys]
version = "0.9"
features = ["vendored"]
optional = true
[build-dependencies.bindgen]
version = "0.72"
[build-dependencies.build-deps]
version = "0.1"
[build-dependencies.cmake]
version = "0.1"
[build-dependencies.pkg-config]
version = "0.3"