ossl-sys 1.5.2

Low-level OpenSSL version 3+ bindings
# 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 = "ossl-sys"
version = "1.5.2"
build = "build.rs"
links = "openssl4"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level OpenSSL version 3+ bindings"
homepage = "https://github.com/latchset/kryoptic"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/latchset/kryoptic"

[features]
dynamic = []
fips = []

[lib]
name = "ossl_sys"
path = "src/lib.rs"
test = true

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.libc]
version = "0.2.151"

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

[build-dependencies.pkg-config]
version = "0.3"