potatonet 0.4.2

PotatoNet is a lightweight microservices framework.
Documentation
# 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"
version = "0.4.2"
authors = ["Sunli <scott_s829@163.com>"]
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.async-std]
version = "1.4.0"
features = ["attributes"]

[dependencies.async-trait]
version = "0.1.22"

[dependencies.futures]
version = "0.3.1"

[dependencies.potatonet-bus]
version = "0.4.1"
optional = true

[dependencies.potatonet-client]
version = "0.4.1"
optional = true

[dependencies.potatonet-codegen]
version = "0.4.1"
optional = true

[dependencies.potatonet-common]
version = "0.4.2"

[dependencies.potatonet-node]
version = "0.4.2"
optional = true

[dependencies.serde]
version = "1.0.104"

[dependencies.serde_derive]
version = "1.0.104"
[dev-dependencies.clap]
version = "2.33.0"

[dev-dependencies.linefeed]
version = "0.6.0"

[features]
bus = ["potatonet-bus"]
client = ["potatonet-client"]
codegen = ["potatonet-codegen"]
default = ["bus", "client", "codegen", "node"]
node = ["potatonet-node"]