# 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" rust-version = "1.74" name = "prople-jsonrpc-core" version = "0.5.0" authors = ["rstlix0x0 "] description = "A library provides a core of abstraction to working with JSON-RPC" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/prople/jsonrpc/core" [lib] doctest = false [dependencies.rst-common] version = "~1" features = [ "standard", "with-errors", "with-tokio", "with-logging", ] [dev-dependencies.mockall] version = "~0.12" [dev-dependencies.rst-common] version = "~1" features = ["with-tests"]