[package] authors = ["Valentin Tolmer "] description = "Authentication protocol for LLDAP" edition = "2021" homepage = "https://github.com/lldap/lldap" license = "GPL-3.0-only" name = "lldap_auth" repository = "https://github.com/lldap/lldap" version = "0.3.0" [features] default = ["opaque_server", "opaque_client"] opaque_server = [] opaque_client = [] js = [] [dependencies] rust-argon2 = "0.8" curve25519-dalek = "3" digest = "0.9" generic-array = "0.14" rand = "0.8" serde = "1" sha2 = "0.9" thiserror = "1" [dependencies.opaque-ke] version = "0.6" [dependencies.chrono] version = "0.4" features = [ "serde" ] # For WASM targets, use the JS getrandom. [target.'cfg(not(target_arch = "wasm32"))'.dependencies.getrandom] version = "0.2" features = ["js"] [target.'cfg(target_arch = "wasm32")'.dependencies.getrandom] version = "0.2"