# 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" rust-version = "1.75" name = "tauri-plugin-authenticator" version = "2.0.0-rc.1" authors = ["Tauri Programme within The Commons Conservancy"] build = "build.rs" links = "tauri-plugin-authenticator" autobins = false autoexamples = false autotests = false autobenches = false description = "Use hardware security-keys in your Tauri App." readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/tauri-apps/plugins-workspace" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "tauri_plugin_authenticator" path = "src/lib.rs" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tauri] version = "2.0.0-rc.8" default-features = false [dependencies.thiserror] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rusty-fork] version = "0.3" [build-dependencies.tauri-plugin] version = "2.0.0-rc.7" features = ["build"] [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies.authenticator] version = "0.3.1" [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies.base64] version = "0.22" [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies.byteorder] version = "1" [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies.bytes] version = "1" [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies.chrono] version = "0.4" [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies.once_cell] version = "1" [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies.openssl] version = "0.10" [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies.sha2] version = "0.10" [target.'cfg(target_os = "windows")'.dependencies.winapi-util] version = "=0.1.6"