# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "nginx-sys" version = "0.2.1" description = "FFI bindings to NGINX" homepage = "https://github.com/nginxinc/ngx-rust" keywords = [ "nginx", "ffi", "sys", ] categories = ["external-ffi-bindings"] license = "Apache-2.0" repository = "https://github.com/nginxinc/ngx-rust" [lib] crate-type = [ "staticlib", "rlib", ] [dependencies] [build-dependencies.bindgen] version = "0.65.0" [build-dependencies.duct] version = "0.13.6" [build-dependencies.flate2] version = "1.0.25" [build-dependencies.tar] version = "0.4.38" [build-dependencies.ureq] version = "2.6.2" features = ["tls"] [build-dependencies.which] version = "4.4.0"