# 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 = "potatonet-node" version = "0.4.3" authors = ["Sunli "] publish = true description = "PotatoNet is a lightweight microservices framework." homepage = "https://github.com/sunli829/potatonet" keywords = ["rpc", "network", "macroservice"] categories = ["network-programming"] license = "MIT" repository = "https://github.com/sunli829/potatonet" [dependencies.anyhow] version = "1.0.26" [dependencies.async-std] version = "1.4.0" features = ["attributes", "unstable"] [dependencies.async-trait] version = "0.1.22" [dependencies.bytes] version = "0.5.3" features = ["serde"] [dependencies.futures] version = "0.3.1" [dependencies.log] version = "0.4.8" [dependencies.potatonet-client] version = "0.4.3" [dependencies.potatonet-codegen] version = "0.4.3" [dependencies.potatonet-common] version = "0.4.3" [dependencies.rmp-serde] version = "0.14.0" [dependencies.serde] version = "1.0.104" [dependencies.serde_derive] version = "1.0.104"