# 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 = "mrpc" version = "0.0.3" authors = ["Aldo Cortesi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "MessagePack-RPC for Rust" readme = "README.md" keywords = [ "msgpack", "rpc", "messagepack", "msgpack-rpc", ] license = "MIT" repository = "https://github.com/cortesi/mrpc" [lib] name = "mrpc" path = "src/lib.rs" [[example]] name = "echo" path = "examples/echo.rs" [[example]] name = "simple_client" path = "examples/simple_client.rs" [[example]] name = "simple_server" path = "examples/simple_server.rs" [[test]] name = "basic" path = "tests/basic.rs" [[test]] name = "conformance" path = "tests/conformance.rs" [[test]] name = "pingpong" path = "tests/pingpong.rs" [[test]] name = "simple" path = "tests/simple.rs" [[bench]] name = "rpc_benchmarks" path = "benches/rpc_benchmarks.rs" harness = false [dependencies.async-trait] version = "0.1.80" [dependencies.bytes] version = "1.6.0" [dependencies.rmp] version = "0.8.14" [dependencies.rmpv] version = "1.3.0" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.39.0" features = ["full"] [dependencies.tokio-util] version = "0.7.11" features = ["io-util"] [dependencies.tracing] version = "0.1.40" [dev-dependencies.criterion] version = "0.5.1" features = ["tokio"] [dev-dependencies.futures] version = "0.3.30" [dev-dependencies.lazy_static] version = "1.5.0" [dev-dependencies.msgpack-rpc] version = "0.4.2" [dev-dependencies.tempfile] version = "3.10.1" [dev-dependencies.tracing-test] version = "0.2.5"