# 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 = "tiny-rpc" version = "0.3.2" authors = ["zhoukz "] description = "A small and easy to use RPC framework." keywords = ["rpc"] license = "MIT" repository = "https://github.com/zhoukezi/tiny-rpc.git" [dependencies.bincode] version = "1.3.3" [dependencies.bytes] version = "1.0.1" [dependencies.futures] version = "0.3.14" [dependencies.serde] version = "1.0.125" [dependencies.serde_derive] version = "1.0.125" [dependencies.tiny-rpc-macros] version = "=0.3.2" [dependencies.tokio] version = "1.5.0" features = ["rt"] [dependencies.tokio-util] version = "0.6.6" features = ["codec"] [dependencies.tracing] version = "0.1.25" [dev-dependencies.async-trait] version = "0.1.50" [dev-dependencies.tokio] version = "1.5.0" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.2.17"