# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rsvici" version = "0.1.1" authors = ["Chitoku "] description = "A client library for the VICI protocol" documentation = "https://docs.rs/rsvici/latest/rsvici/" readme = "README.md" keywords = ["vici"] license = "MIT" repository = "https://github.com/chitoku-k/rsvici" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [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] version = "1.0" [dependencies.serde_vici] version = "0.1" [dependencies.tokio] version = "1.17" features = [ "io-util", "macros", "net", "rt-multi-thread", ] [dependencies.tokio-stream] version = "0.1" [dev-dependencies.indexmap] version = "1.8" features = ["serde"] [dev-dependencies.pretty_assertions] version = "1.1" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.tokio-test] version = "0.4"