# 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-store-macros" version = "0.2.0" authors = ["Andrew Ferreira "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Persistent stores for Tauri" homepage = "https://tb.dev.br/tauri-store" documentation = "https://docs.rs/tauri-store" readme = "README.md" keywords = [ "plugin", "tauri", "tauri-plugin", "store", ] license = "MIT" repository = "https://github.com/ferreira-tb/tauri-store" [lib] name = "tauri_store_macros" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" [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