# 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 = "qubit" version = "0.10.2" authors = ["Tom Anderson "] build = false exclude = [ "./client", "./example", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Seamless RPC for Rust & TypeScript" readme = "README.md" license = "MIT" repository = "https://github.com/andogq/qubit" [lib] name = "qubit" path = "src/lib.rs" [dependencies.axum] version = "0.7" [dependencies.futures] version = "0.3.30" [dependencies.http] version = "1.1" [dependencies.hyper] version = "1.0" features = ["server"] [dependencies.jsonrpsee] version = "0.23" features = ["server"] [dependencies.qubit-macros] version = "0.6.4" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.serde_qs] version = "0.13.0" [dependencies.tokio] version = "1.38" features = [ "rt", "rt-multi-thread", ] [dependencies.tower] version = "0.4" features = ["util"] [dependencies.trait-variant] version = "0.1.2" [dependencies.ts-rs] version = "10.1.0" [dependencies.urlencoding] version = "2.1.3"