# 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.70" name = "mev-share-rpc-api" version = "0.1.4" authors = ["mev-share-rs devs"] description = """ MEV-share RPC API trait definitions """ homepage = "https://github.com/paradigmxyz/mev-share-rs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/paradigmxyz/mev-share-rs" [dependencies.async-trait] version = "0.1" [dependencies.ethers-core] version = "2.0" default-features = false [dependencies.ethers-signers] version = "2.0" [dependencies.futures-util] version = "0.3" [dependencies.http] version = "0.2.9" [dependencies.hyper] version = "0.14" features = ["stream"] [dependencies.jsonrpsee] version = "0.18" features = [ "server", "macros", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tower] version = "0.4" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1.18" features = ["full"] [features] client = ["jsonrpsee/client"] default = ["client"] server = ["jsonrpsee/server"]