Cargo Features

simple-ldap has no features set by default.

[dependencies]
simple-ldap = { version = "1.6.1", features = ["tls", "tls-native", "tls-rustls", "gssapi", "sync"] }
default

These default features are set whenever simple-ldap is added without default-features = false somewhere in the dependency tree.

Enables ldap3

tls

Enables tls of ldap3

tls-native

Enables tls-native of ldap3

tls-rustls

Enables tls-rustls of ldap3

gssapi

Enables gssapi of ldap3

sync

Enables sync of ldap3

simple-ldap has 6 features without comments.