# 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-cors-fetch" version = "2.1.1" authors = ["Del Wang "] links = "tauri-plugin-cors-fetch" description = "Enabling Cross-Origin Resource Sharing (CORS) for Fetch Requests within Tauri applications." documentation = "https://docs.rs/crate/tauri-plugin-cors-fetch" readme = "README.md" keywords = [ "tauri-plugin", "CORS", "fetch", "unofficial", ] license = "MIT" repository = "https://github.com/idootop/tauri-plugin-cors-fetch" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.http] version = "0.2" [dependencies.once_cell] version = "1.19.0" [dependencies.reqwest] version = "0.11" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tauri] version = "2.0.0-beta.11" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.36.0" features = ["macros"] [dependencies.url] version = "2" [build-dependencies.tauri-plugin] version = "2.0.0-beta.9" features = ["build"]