# 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.78" name = "tauri-plugin-pinia" version = "0.7.0" authors = ["Andrew Ferreira "] build = "build.rs" links = "tauri-plugin-pinia" autobins = false autoexamples = false autotests = false autobenches = false description = "Persistent Pinia stores for Tauri" homepage = "https://tb.dev.br/tauri-store" documentation = "https://docs.rs/tauri-plugin-pinia" readme = "README.md" keywords = [ "plugin", "tauri", "tauri-plugin", "vue", "pinia", ] license = "MIT" repository = "https://github.com/ferreira-tb/tauri-store" [package.metadata.docs.rs] features = ["unstable-async"] no-default-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "tauri_plugin_pinia" path = "src/lib.rs" [dependencies.ahash] version = "0.8" optional = true [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tauri] version = "2.0" [dependencies.tauri-store] version = "0.2" features = ["derive"] [dependencies.thiserror] version = "1.0" [build-dependencies.tauri-plugin] version = "2.0" features = ["build"] [features] ahash = [ "tauri-store/ahash", "dep:ahash", "ahash/serde", ] unstable-async = ["tauri-store/unstable-async"] [lints.clippy] clone_on_ref_ptr = "deny" filetype_is_file = "deny" map_unwrap_or = "allow" missing_errors_doc = "allow" missing_panics_doc = "allow" module_name_repetitions = "allow" must_use_candidate = "allow" rc_buffer = "deny" rc_mutex = "deny" rest_pat_in_fully_bound_structs = "deny" [lints.clippy.pedantic] level = "deny" priority = -1