# 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-accept-cookie" version = "1.0.0" authors = ["Zhang Yao"] build = "build.rs" links = "tauri-plugin-accept-cookie" exclude = [ "/examples", "/webview-dist", "/webview-src", "/node_modules", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Tauri plugin for accept cookie in android." homepage = "https://github.com/Cinea4678/tauri-plugin-accept-cookie" readme = "README.md" license = "MIT" repository = "https://github.com/Cinea4678/tauri-plugin-accept-cookie" [lib] name = "tauri_plugin_accept_cookie" path = "src/lib.rs" [dependencies.serde] version = "1.0" [dependencies.tauri] version = "2.0.0-beta.23" [dependencies.thiserror] version = "1.0" [build-dependencies.tauri-plugin] version = "2.0.0-beta.18" features = ["build"]