Remove authenticator plugin (#1723)

This commit is contained in:
Fabian-Lars
2024-09-03 01:41:19 +02:00
committed by GitHub
parent f8255e1db5
commit ff134a8ca4
43 changed files with 13 additions and 2474 deletions
Generated
-78
View File
@@ -527,23 +527,6 @@ version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]]
name = "authenticator"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08cee7a0952628fde958e149507c2bb321ab4fccfafd225da0b20adc956ef88a"
dependencies = [
"bitflags 1.3.2",
"core-foundation 0.9.4",
"devd-rs",
"libc",
"libudev",
"log",
"rand 0.7.3",
"runloop",
"winapi",
]
[[package]]
name = "auto-launch"
version = "0.5.0"
@@ -978,10 +961,8 @@ checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
"wasm-bindgen",
"windows-targets 0.52.6",
]
@@ -1603,16 +1584,6 @@ dependencies = [
"syn 2.0.75",
]
[[package]]
name = "devd-rs"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9313f104b590510b46fc01c0a324fc76505c13871454d3c48490468d04c8d395"
dependencies = [
"libc",
"nom",
]
[[package]]
name = "digest"
version = "0.10.7"
@@ -3469,26 +3440,6 @@ dependencies = [
"vcpkg",
]
[[package]]
name = "libudev"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea626d3bdf40a1c5aee3bcd4f40826970cae8d80a8fec934c82a63840094dcfe"
dependencies = [
"libc",
"libudev-sys",
]
[[package]]
name = "libudev-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324"
dependencies = [
"libc",
"pkg-config",
]
[[package]]
name = "linux-raw-sys"
version = "0.4.14"
@@ -5152,12 +5103,6 @@ dependencies = [
"zeroize",
]
[[package]]
name = "runloop"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d79b4b604167921892e84afbbaad9d5ad74e091bf6c511d9dbfb0593f09fabd"
[[package]]
name = "rust-argon2"
version = "1.0.0"
@@ -6512,29 +6457,6 @@ dependencies = [
"walkdir",
]
[[package]]
name = "tauri-plugin-authenticator"
version = "2.0.0-rc.1"
dependencies = [
"authenticator",
"base64 0.22.1",
"byteorder",
"bytes",
"chrono",
"log",
"once_cell",
"openssl",
"rand 0.8.5",
"rusty-fork",
"serde",
"serde_json",
"sha2",
"tauri",
"tauri-plugin",
"thiserror",
"winapi-util",
]
[[package]]
name = "tauri-plugin-autostart"
version = "2.0.0-rc.1"