[build-dependencies.bindgen]
optional = true
version = "0.72"
[build-dependencies.cmake]
optional = true
version = "0.1"
[build-dependencies.pkg-config]
optional = true
version = "0.3"
[dependencies.openssl-sys]
optional = true
version = "0.9"
[features]
buildtime_bindgen = ["bindgen"]
bundled = ["static", "cmake"]
default = ["pkgconfig", "openssl", "threading", "buildtime_bindgen"]
openssl = ["openssl-sys"]
openssl_bundled = ["openssl-sys/vendored", "threading"]
pkgconfig = ["pkg-config"]
static = []
threading = []
verbose_build = []
[lib]
name = "libevent_sys"
path = "src/lib.rs"
[package]
authors = ["Steven vanZyl <rushsteve1@rushsteve1.us>", "Jon Magnuson <jon.magnuson@gmail.com>", "Grant Elbert <elbe0046@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings"]
description = "Rust FFI bindings to the libevent library"
edition = "2021"
keywords = ["ffi", "libevent", "event"]
license = "MIT"
links = "event"
name = "libevent-sys"
readme = "README.md"
repository = "https://github.com/jmagnuson/libevent-rs"
version = "0.4.0"