# 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 = "may_rpc" version = "0.1.6" authors = ["Xudong Huang "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "RPC framework for Rust based on coroutine." homepage = "https://github.com/Xudong-Huang/may_rpc" documentation = "https://docs.rs/may_rpc" readme = "README.md" keywords = [ "rpc", "protocol", "remote", "procedure", "serialize", ] license = "MIT" repository = "https://github.com/Xudong-Huang/may_rpc" [lib] name = "may_rpc" path = "src/lib.rs" [[example]] name = "hello" path = "examples/hello.rs" [[example]] name = "multi" path = "examples/multi.rs" [[example]] name = "panic" path = "examples/panic.rs" [[example]] name = "raw" path = "examples/raw.rs" [[example]] name = "throughput" path = "examples/throughput.rs" [[bench]] name = "latency" path = "benches/latency.rs" [dependencies.bincode] version = "1" [dependencies.byteorder] version = "1" [dependencies.bytes] version = "1" [dependencies.co_managed] version = "0.1" [dependencies.log] version = "0.4" [dependencies.may] version = "0.3" [dependencies.may_rpc_derive] version = "0.1" [dependencies.may_waiter] version = "0.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dev-dependencies.env_logger] version = "0.11"