[package] name = "volt-client-rs" version = "0.1.12" authors = ["Toby Ealden "] edition = "2021" description = "Volt websocket client library" homepage = "https://docs.tdxvolt.com" documentation = "https://docs.rs/volt-client-rs" repository = "https://github.com/tdxvolt/tdxvolt-rs" license = "MIT" [dependencies] tokio = {version = "1.38.1", features=["full"] } serde = { version = "1.0.204", features=["derive"] } serde_json = "1.0.120" tokio-tungstenite = "0.23.1" volt-ws-protocol = { version = "0.1.12", path = "../volt-ws-protocol", features=["chrono", "rand"] } futures = "0.3.30" [lib] crate-type = ["cdylib", "rlib"] path = "src/lib.rs"