chore: Fix feature flags and build docs (#311)
Signed-off-by: Lucio Franco <[email protected]>
This commit is contained in:
@@ -14,12 +14,13 @@ categories = ["network-programming", "asynchronous"]
|
||||
keywords = ["rpc", "grpc", "async", "healthcheck"]
|
||||
|
||||
[features]
|
||||
default = ["transport"]
|
||||
transport = ["tonic/transport"]
|
||||
|
||||
[dependencies]
|
||||
async-stream = "0.2"
|
||||
tokio = { version = "0.2", features = ["sync", "stream"] }
|
||||
tonic = { version = "0.1", path = "../tonic", features = ["codegen", "data-prost"] }
|
||||
tonic = { version = "0.1", path = "../tonic", features = ["codegen", "prost"] }
|
||||
bytes = "0.5"
|
||||
prost = "0.6"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user