# 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" name = "tauri-interop" version = "2.1.6" authors = ["photovoltex"] description = "Easily connect your rust frontend and backend without writing duplicate code." readme = "README.md" keywords = [ "wasm", "tauri", "command", "event", "leptos", ] license = "MIT OR Apache-2.0" repository = "https://github.com/photovoltex/tauri-interop.git" [package.metadata.docs.rs] all-features = true [dependencies.js-sys] version = "0.3" [dependencies.leptos] version = "0.6" optional = true [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.6" [dependencies.tauri-interop-macro] version = "2.1.4" [dependencies.thiserror] version = "1.0" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.4" [features] default = [] event = ["tauri-interop-macro/event"] initial_value = ["tauri-interop-macro/initial_value"] leptos = [ "dep:leptos", "tauri-interop-macro/leptos", ] [target."cfg(not(target_family = \"wasm\"))".dependencies.tauri] version = "1.6" features = ["wry"] default-features = false [target."cfg(not(target_family = \"wasm\"))".dev-dependencies.tauri] version = "1.6" [target."cfg(target_family = \"wasm\")".dependencies.tauri-interop-macro] version = "2.1.4" features = ["_wasm"]