# 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 = "futures-jsonrpcv2" version = "0.2.8" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Futures-based jsonrpc v2.0 crate" documentation = "https://docs.rs/futures-jsonrpcv2" readme = "README.md" license = "MIT" repository = "https://github.com/HalaOS/futures.git" [lib] name = "futures_jsonrpcv2" path = "src/lib.rs" [dependencies.futures] version = "^0.3" [dependencies.futures-http] version = "^0.2" optional = true [dependencies.futures-map] version = "^0.2" [dependencies.log] version = "^0.4" [dependencies.rasi] version = "^0.2" optional = true [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.thiserror] version = "^1.0" [dev-dependencies.futures] version = "^0.3" features = [ "executor", "thread-pool", ] [dev-dependencies.futures-test] version = "^0.3" [dev-dependencies.rasi] version = "^0.2" [dev-dependencies.rasi-mio] version = "^0.2" [features] default = ["with_rasi"] with_rasi = [ "rasi", "futures-http/json", "futures-http/with_rasi", ]