# 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.70" name = "tauri-plugin-oauth" version = "2.0.0" authors = ["FabianLars "] build = "build.rs" links = "tauri-plugin-oauth" exclude = [ ".github/", "examples/", "renovate.json", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Tauri plugin for spawning a localhost server. Needed for some oauth flows (Login with X)." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/FabianLars/tauri-plugin-oauth" [lib] name = "tauri_plugin_oauth" path = "src/lib.rs" [dependencies.httparse] version = "1" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" [dependencies.tauri] version = "2" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2" [build-dependencies.tauri-plugin] version = "2" features = ["build"]