# 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 = "ez-jsonrpc" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "JSON-RPC 2.0 made easy!" homepage = "https://crates.io/crates/ez-jsonrpc" documentation = "https://docs.rs/ez-jsonrpc" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/aatifsyed/ez-jsonrpc" [lib] name = "ez_jsonrpc" path = "src/lib.rs" [[test]] name = "derives" path = "tests/derives.rs" [dependencies.ez-jsonrpc-macros] version = "0.1.1" [dependencies.ez-jsonrpc-types] version = "0.4.0" [dependencies.ryu] version = "1.0.18" [dependencies.serde] version = "1.0.205" [dependencies.serde_json] version = "1.0.122"