[package] name = "tauri-plugin-oauth" version = "2.0.0" authors = ["FabianLars "] description = "A Tauri plugin for spawning a localhost server. Needed for some oauth flows (Login with X)." edition = "2021" rust-version = "1.70" license = "MIT OR Apache-2.0" exclude = [".github/", "examples/", "renovate.json", ".gitignore"] readme = "README.md" repository = "https://github.com/FabianLars/tauri-plugin-oauth" links = "tauri-plugin-oauth" [dependencies] tauri = { version = "2" } httparse = "1" log = "0.4" serde = "1" url = "2" thiserror = "1.0" [build-dependencies] tauri-plugin = { version = "2", features = ["build"] }