[package] name = "kanidmd_web_ui" version = "1.1.0-alpha.5" authors = ["William Brown "] edition = "2018" license = "MPL-2.0" description = "Kanidm Server Web User Interface" documentation = "https://docs.rs/kanidm/latest/kanidm/" homepage = "https://github.com/kanidm/kanidm/" repository = "https://github.com/kanidm/kanidm/" [lib] crate-type = ["cdylib", "rlib"] [dependencies] wasm-bindgen = { version = "0.2", features = ["serde-serialize"] } wasm-bindgen-futures = { version = "0.4" } yew = "0.17" kanidm_proto = { path = "../kanidm_proto", version = "1.1.0-alpha" } anyhow = "1" webauthn-rs = { version = "0.3.0-alpha.9", default-features = false, features = ["wasm"] } web-sys = { version = "0.3", features = ["PublicKeyCredentialUserEntity", "CredentialCreationOptions", "Navigator", "Window", "CredentialsContainer", "PublicKeyCredentialRpEntity", "PublicKeyCredentialCreationOptions", "PublicKeyCredential", "AuthenticatorResponse", "AuthenticationExtensionsClientOutputs", "CredentialRequestOptions"] } js-sys = "0.3"