[package] name = "triaka-rpc-proto" description = "Rust implementation of the Triaka RPC protocol." version = "0.2.1" authors = ["sisungo "] documentation = "https://docs.rs/triaka-rpc-proto" readme = "README.md" edition = "2021" license = "Unlicense" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["nonblocking"] nonblocking = ["dep:tokio"] [dependencies] serde = { version = "1", features = ["derive"] } bincode-json = "0.1" tokio = { version = "1", features = ["net", "io-util"], optional = true }