# 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 = "rldap" version = "0.1.0" authors = ["Fabio Kleis "] exclude = [ "test.sh", "ldap_build/", "Dockerfile", ] description = "A wrapper over ldap3 crate to easy create connection and send requests to openldap server." homepage = "https://github.com/fabiokleis/rldap" readme = "README.md" keywords = [ "ldap", "client", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/fabiokleis/rldap" [dependencies.ldap3] version = "0.11.1" [dependencies.openssl] version = "0.10.45" features = ["vendored"]