Crates.io | ldap-types |
lib.rs | ldap-types |
version | |
source | src |
created_at | 2022-02-18 15:20:49.100633+00 |
updated_at | 2025-03-12 14:37:31.696006+00 |
description | Implements the basic LDAP types so they can be used in other crates |
homepage | |
repository | https://github.com/taladar/ldap-types |
max_upload_size | |
id | 534747 |
Cargo.toml error: | TOML parse error at line 23, column 1 | 23 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Implements the basic LDAP types so they can be used in other crates
Include the chumsky parser dependency and related crates to generate parsers for DNs, RDNs, filters, schemas,...
Include serde support for serialization and deserialization of some of the types
Pull in the diff-struct dependency to allow diffing of LDAP entries
Pull in some basic types from ldap3 to generate From instances for LDAP entries and for the LDAPOperation type which models essentially LDIF modifications apart from renames (all the operations that can be applied to an entry that do not change its DN), used in my ldap-utils and ultimately sync-ldap-subtrees crates