[package] edition = "2021" name = "tauri-ipc-macros" version = "0.1.2" description = "IPC bindings for using Tauri with a Rust Frontend (e.g. leptos)" license = "BSD-3-Clause" homepage = "https://github.com/jvatic/tauri-ipc-macros" repository = "https://github.com/jvatic/tauri-ipc-macros" authors = ["Jesse Stuart "] include = ["**/*.rs", "Cargo.toml"] [lib] proc-macro = true [dependencies] proc-macro2 = "1.0.86" quote = "1.0.36" syn = { version = "2.0.71", features = ["full"] }