[package] name = "gsasl-sys" version = "0.2.4" authors = ["Nadja Reitzenstein "] edition = "2018" description = "Raw FFI wrapper for GNU sasl (gsasl)" license = "MIT" repository = "https://github.com/dequbed/rsasl/tree/1.X.X/gsasl-sys" readme = "README.md" links = "gsasl" categories = ["external-ffi-bindings", "authentication"] keywords = ["SASL"] build = "build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["build_bindgen"] build_bindgen = ["bindgen"] [build-dependencies] bindgen = { version = "0.55", optional = true } [package.metadata.docs.rs] rustc-args = ["--cfg", "docsrs"] # Set a compiler flag if we're on docs.rs no-default-features = true # Don'd build or depend on bindgen when on docs.rs