mlspp-sys 0.3.1

Messaging Layer Security system bindings crate in Rust
# 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 = "mlspp-sys"
version = "0.3.1"
build = "build.rs"
links = "mlspp"
exclude = [
    "vendor/json/docs/",
    "vendor/json/tests/",
    "vendor/json/tools/",
    "vendor/mlspp/lib/hpke/test/",
    "vendor/mlspp/lib/hpke/scripts/",
    "vendor/mlspp/test/",
    "vendor/mlspp/cmd/",
    "vendor/mlspp/alternatives/",
    "vendor/mlspp/scripts/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Messaging Layer Security system bindings crate in Rust"
readme = "README.md"
keywords = [
    "bindings",
    "crypto",
]
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/coral/mlspp-sys"

[features]
default = ["vendored"]
libdave-compat = []
system = []
vendored = []

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

[dependencies.openssl-sys]
version = "0.9"

[build-dependencies.bindgen]
version = "0.71"

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

[build-dependencies.cmake]
version = "0.1"