[package]
name = "libxev"
version.workspace = true
edition.workspace = true
description = "High-level Rust bindings for libxev."
homepage = "https://github.com/Adjective-Object/libxev-rs"
repository = "https://github.com/Adjective-Object/libxev-rs"
license = "MIT"
keywords = ["libxev", "bindings", "uring"]
[dependencies]
libxev-sys.workspace = true
[features]
default = []
extended-api = ["libxev-sys/extended-api"]
local-fork = ["libxev-sys/local-fork", "extended-api"]
[lib]
path = "src/lib.rs"
[[bin]]
name = "libxev-smoke"
path = "src/main.rs"