rsvici 0.1.4

A client library for the VICI protocol
Documentation
[dependencies.async-stream]
version = "0.3"

[dependencies.bytes]
version = "1.1"

[dependencies.enum_index]
version = "0.2"

[dependencies.enum_index_derive]
version = "0.2"

[dependencies.futures-util]
version = "0.3"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_vici]
version = "0.1"

[dependencies.tokio]
features = ["io-util", "macros", "net", "rt-multi-thread"]
version = "1.17"

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

[dev-dependencies.indexmap]
features = ["serde"]
version = "2.0"

[dev-dependencies.pretty_assertions]
version = "1.1"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.tokio-test]
version = "0.4"

[lib]
name = "rsvici"
path = "src/lib.rs"

[package]
authors = ["Chitoku <odango@chitoku.jp>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A client library for the VICI protocol"
documentation = "https://docs.rs/rsvici/latest/rsvici/"
edition = "2021"
keywords = ["vici"]
license = "MIT"
name = "rsvici"
readme = "README.md"
repository = "https://github.com/chitoku-k/rsvici"
version = "0.1.4"

[[test]]
name = "request"
path = "tests/request.rs"

[[test]]
name = "stream_request"
path = "tests/stream_request.rs"

[[test]]
name = "stream_request_with_return"
path = "tests/stream_request_with_return.rs"

[[test]]
name = "subscribe"
path = "tests/subscribe.rs"