# 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 = "libldap-sys" version = "0.2.0" authors = ["Austin Baugh "] build = "build.rs" links = "openldap" autobins = false autoexamples = false autotests = false autobenches = false description = "Raw bindings for libldap" readme = "README.md" keywords = ["openldap"] license = "BSD-3-Clause" repository = "https://github.com/aubaugh/libldap-sys" [lib] name = "libldap_sys" path = "src/lib.rs" [[bin]] name = "regenerate_bindings" path = "src/bin/regenerate_bindings.rs" [[example]] name = "sasl_external" path = "examples/sasl_external.rs" [dev-dependencies.anyhow] version = "1.0.93" [dev-dependencies.env_logger] version = "0.11.5" [dev-dependencies.log] version = "0.4.22" [dev-dependencies.urlencoding] version = "2.1.3" [build-dependencies.bindgen] version = "0.69.4" optional = true [features] generate-bindings = ["bindgen"]