# 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 = "2018" name = "json-rpc2" version = "0.11.1" authors = ["muji "] description = "Simple, robust and pragmatic JSON-RPC 2.0 implementation" readme = "README.md" keywords = ["JSON", "RPC", "JSON-RPC"] license = "MIT OR Apache-2.0" repository = "https://github.com/tmpfs/json-rpc2" [package.metadata.docs.rs] features = ["async"] [dependencies.async-trait] version = "0.1" optional = true [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.tokio] version = "1" features = ["full"] [features] async = ["async-trait"]