[package] name = "nginx_module" version = "0.1.4" edition = "2021" build = "build.rs" authors = ["Gabriel Oprisan "] description = "Rust bindings for building Nginx modules" homepage = "https://github.com/g-Core/nginx-rust" repository = "https://github.com/g-Core/nginx-rust" readme = "README.md" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] bindgen = "0.66.1" [dependencies] anyhow = "1.0.71" bitflags = "2.3.1" libc = "0.2.144"