libevent 0.2.0

Rust bindings to the libevent async I/O framework
Documentation
[dependencies.bitflags]
version = "2.10"

[dependencies.libevent-sys]
default-features = false
version = "0.4"

[features]
buildtime_bindgen = ["libevent-sys/buildtime_bindgen"]
bundled = ["static", "libevent-sys/bundled"]
default = ["pkgconfig", "openssl", "threading", "buildtime_bindgen"]
openssl = ["libevent-sys/openssl"]
openssl_bundled = ["libevent-sys/openssl_bundled", "threading"]
pkgconfig = ["libevent-sys/pkgconfig"]
static = ["libevent-sys/static"]
threading = ["libevent-sys/threading"]
verbose_build = ["libevent-sys/verbose_build"]

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

[package]
authors = ["Jon Magnuson <jon.magnuson@gmail.com>", "Grant Elbert <elbe0046@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "asynchronous"]
description = "Rust bindings to the libevent async I/O framework"
documentation = "https://docs.rs/libevent"
edition = "2021"
keywords = ["libevent", "bindings", "async", "io"]
license = "MIT/Apache-2.0"
name = "libevent"
readme = "README.md"
repository = "https://github.com/jmagnuson/libevent-rs"
version = "0.2.0"