ossl 1.5.1

OpenSSL version 3+ bindings to modern EVP APIs
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 = "ossl"
version = "1.5.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenSSL version 3+ bindings to modern EVP APIs"
homepage = "https://github.com/latchset/kryoptic"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/latchset/kryoptic"

[package.metadata.docs.rs]
features = ["dynamic"]

[features]
dynamic = []
fips = ["ossl350"]
log = [
    "dep:log",
    "dep:vsprintf",
]
ossl320 = []
ossl350 = []
ossl400 = []
rfc9580 = []

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

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

[dependencies.libc]
version = "0.2.151"

[dependencies.log]
version = "0.4.27"
features = ["std"]
optional = true
default-features = false

[dependencies.vsprintf]
version = "2.0.0"
optional = true

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.serial_test]
version = "3.1.1"

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

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