# 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 = "2018" name = "essrpc" version = "0.4.1" authors = ["James Oakley "] description = "RPC using natural trait definitions and calls." documentation = "https://docs.rs/essrpc/" readme = "../README.md" keywords = ["rpc"] license = "MIT" repository = "https://github.com/Electron100/essrpc" [package.metadata.docs.rs] all-features = true [dependencies.async-trait] version = "0.1" optional = true [dependencies.bincode] version = "1.0" optional = true [dependencies.bytes] version = "1" [dependencies.essrpc_macros] version = "0.4" [dependencies.futures] version = "0.3" optional = true [dependencies.json] version = "0.12" optional = true [dependencies.parking_lot] version = "0.11" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" optional = true [dependencies.tokio] version = "1" optional = true [dependencies.tokio-util] version = "0.6" features = ["codec"] optional = true [dependencies.uuid] version = "0.7" features = ["v4"] optional = true [dev-dependencies.readwrite] version = "0.2.0" features = ["tokio"] [dev-dependencies.tokio] version = "1.11" features = ["full"] [dev-dependencies.tokio-jsoncodec] version = "0.1" [dev-dependencies.tokio-util] version = "0.6" features = ["compat"] [features] async_client = ["futures", "async-trait", "tokio", "tokio-util"] bincode_transport = ["bincode"] json_transport = ["serde_json", "uuid", "json"] wasm_bindgen = ["uuid/wasm-bindgen"]