Documentation
[dependencies.tokio]
features = ["full"]
version = "1.37"

[dependencies.tokio-stream]
features = ["net"]
version = "0.1"

[dependencies.tonic]
version = "0.11"

[dependencies.tracing]
optional = true
version = "0.1"

[dependencies.triggered]
version = "0.1"

[dependencies.url]
version = "2.5"

[features]
default = ["tcp", "tracing"]
tcp = []
tracing = ["dep:tracing"]

[package]
authors = ["Arto Bendiken"]
categories = ["command-line-interface", "network-programming"]
description = "Protopathy"
documentation = "https://github.com/artob/protopathy/blob/master/README.md"
edition = "2021"
homepage = "https://github.com/artob/protopathy"
keywords = ["protobuf", "rpc", "client", "server"]
license = "Unlicense"
name = "protopathy"
publish = true
readme = "README.md"
repository = "https://github.com/artob/protopathy"
rust-version = "1.70"
version = "0.0.1"

[target."cfg(unix)".dependencies]