# 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 = "lldap_auth" version = "0.3.0" authors = ["Valentin Tolmer "] description = "Authentication protocol for LLDAP" homepage = "https://github.com/lldap/lldap" license = "GPL-3.0-only" repository = "https://github.com/lldap/lldap" resolver = "1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.curve25519-dalek] version = "3" [dependencies.digest] version = "0.9" [dependencies.generic-array] version = "0.14" [dependencies.opaque-ke] version = "0.6" [dependencies.rand] version = "0.8" [dependencies.rust-argon2] version = "0.8" [dependencies.serde] version = "1" [dependencies.sha2] version = "0.9" [dependencies.thiserror] version = "1" [features] default = [ "opaque_server", "opaque_client", ] js = [] opaque_client = [] opaque_server = [] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.getrandom] version = "0.2" features = ["js"] [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2"