# 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 = "rpcx_server" version = "0.3.0" authors = ["smallnest@gmail.com"] description = "A rpc/microservice framework." homepage = "https://crates.io/crates/rpcx-server" documentation = "https://docs.rs/rpcx-server/" readme = "README.md" keywords = ["rpc", "network", "microservice"] categories = ["network-programming"] license = "MIT" repository = "https://github.com/smallnest/rpcx-rs" [dependencies.libc] version = "0.2.62" [dependencies.num_cpus] version = "1.0" [dependencies.rmp-serde] version = "0.15.5" [dependencies.rpcx_derive] version = "0.3.0" [dependencies.rpcx_protocol] version = "0.3.0" [dependencies.scoped_threadpool] version = "0.1.9" [dependencies.serde] version = "1.0.98" features = ["derive"] [dependencies.serde_json] version = "1.0.40"