# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "roa-jsonrpc" version = "0.5.0-alpha" authors = ["Hexilee "] description = "jsonrpc integration for roa" homepage = "https://github.com/Hexilee/roa/wiki" documentation = "https://docs.rs/roa-jsonrpc" readme = "./README.md" keywords = ["http", "web", "framework", "async"] categories = ["network-programming", "asynchronous", "web-programming::http-server"] license = "MIT" repository = "https://github.com/Hexilee/roa" [dependencies.bytes] version = "0.5" [dependencies.futures] version = "0.3" [dependencies.jsonrpc-v2] version = "0.5" default-features = false [dependencies.roa] version = "0.5" features = ["json"] default-features = false