# 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 = "rpc-rs" version = "0.1.1" authors = [ "RedstoneWizard08", "Rexicon226", "cheese3660", "Wormhole Contributors", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A blazingly fast, lightweight, and type-safe RPC/IPC framework for Rust and Web/Tauri-based applications, based on `specta`. """ homepage = "https://github.com/RedstoneWizard08/Wormhole" readme = "README.md" license = "MIT" repository = "https://github.com/RedstoneWizard08/Wormhole" [lib] name = "rpc_rs" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.81" [dependencies.axum] version = "0.7.5" features = [ "macros", "ws", ] optional = true [dependencies.http-body-util] version = "0.1.2" optional = true [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.specta] version = "2.0.0-rc.13" features = [ "function", "typescript", "export", ] [dependencies.tauri] version = "1.7.1" features = ["api-all"] optional = true [dependencies.tokio] version = "1.38.0" features = ["full"] [features] axum = [ "dep:axum", "dep:http-body-util", ] default = [] prisma = [] tauri = ["dep:tauri"]