# 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 = "rstrpc" version = "0.0.1" authors = ["Tom Anderson "] exclude = [ "./client", "./example", ] description = "Type-safe framework for an JSONRPC server written in Rust with an automatically generated TypeScript client." license = "MIT" repository = "https://github.com/andogq/rstrpc" [dependencies.axum] version = "0.6.20" [dependencies.futures] version = "0.3.30" [dependencies.http] version = "0.2.9" [dependencies.hyper] version = "0.14.10" features = ["server"] [dependencies.jsonrpsee] version = "0.21.0" features = ["server"] [dependencies.rstrpc-macros] version = "0.0.1" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.tokio] version = "1.35.1" features = [ "rt", "rt-multi-thread", ] [dependencies.tower] version = "0.4.13" [dependencies.ts-rs] version = "7.1.1" [dependencies.typeshare] version = "1.0.1"