[package] name = "liburing-lto" version = "0.2.0" edition = "2021" license = "MIT" description = "liburing + LTO" homepage = "https://crates.io/crates/liburing-lto" documentation = "https://docs.rs/liburing-lto" repository = "https://github.com/zzwxh/liburing-lto" readme = "README.md" build = "build.rs" [build-dependencies] bindgen = "0.66" [features] lto = []