# 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 = "bma-jrpc" version = "0.1.0" authors = ["Sergei S. "] description = "JSON RPC client for Rust" readme = "README.md" keywords = [ "json", "rpc", "client", "http", ] license = "MIT" repository = "https://github.com/alttch/bma-jrpc" [package.metadata.docs.rs] features = ["full"] [package.metadata.playground] features = ["full"] [lib] name = "bma_jrpc" path = "src/lib.rs" [dependencies.bma-jrpc-derive] version = "0.1.1" [dependencies.futures-lite] version = "1.12.0" [dependencies.http] version = "0.2.9" [dependencies.isahc] version = "1.7.2" [dependencies.rmp-serde] version = "1.1.1" optional = true [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [features] full = ["msgpack"] msgpack = ["rmp-serde"]