forked from pwestrich/rust-cldap
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCargo.toml
More file actions
13 lines (12 loc) · 785 Bytes
/
Cargo.toml
File metadata and controls
13 lines (12 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "openldap"
version = "1.2.2"
authors = ["Josh Leverette <coder543@gmail.com>", "Ross Delinger <rossdylan@csh.rit.edu>", "Stephen Holsapple <sholsapp@gmail.com>", "Yong Wen Chua <lawliet89@users.noreply.github.com>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/coder543/rust-cldap"
homepage = "https://github.com/coder543/rust-cldap"
documentation = "https://docs.rs/openldap/"
description = "Straightforward Rust bindings to the C openldap library. This is a fork of cldap that has been methodically fixed, extended, and made to be more compliant with openldap. It should be relatively robust and production ready at this point. Not heavily maintained, but feel free to send PRs if you see something missing."
[dependencies]
libc = "0.2.10"