# 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.56" name = "rpc-core-net" version = "0.2.2" authors = ["liushuai <770722922@qq.com>"] exclude = [ "/target", "/tests", "/examples", ] description = "a tiny rpc library for rust" homepage = "https://github.com/shuai132/rpc_core" readme = "README.md" categories = [ "rpc", "rpc-core", "rpc-core-net", ] license = "MIT" repository = "https://github.com/shuai132/rpc_core" [[test]] name = "net_rpc" path = "tests/rpc.rs" [[test]] name = "net_tcp" path = "tests/tcp.rs" [dependencies.bitflags] version = "2.4" [dependencies.log] version = "0.4" [dependencies.rpc-core] version = "0.2.2" [dependencies.tokio] version = "1" features = [ "rt", "net", "io-util", "macros", ] [dependencies.tokio-stream] version = "0.1" [dev-dependencies.env_logger] version = "0.10.0"