# 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 = "taurpc" version = "0.3.0" authors = ["MatsDK"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A type-safe IPC layer for tauri commands" homepage = "https://github.com/MatsDK/TauRPC" documentation = "https://docs.rs/taurpc" readme = "README.md" categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/MatsDK/TauRPC" [lib] name = "taurpc" path = "src/lib.rs" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.specta] version = "=2.0.0-rc.9" features = [ "export", "typescript", ] [dependencies.tauri] version = "2.0.3" [dependencies.taurpc-macros] version = "=0.3.0" [dependencies.tokio] version = "1" features = ["full"]