# 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 = "volt-client-rs" version = "0.1.12" authors = ["Toby Ealden "] description = "Volt websocket client library" homepage = "https://docs.tdxvolt.com" documentation = "https://docs.rs/volt-client-rs" readme = "README.md" license = "MIT" repository = "https://github.com/tdxvolt/tdxvolt-rs" [lib] crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.futures] version = "0.3.30" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.tokio] version = "1.38.1" features = ["full"] [dependencies.tokio-tungstenite] version = "0.23.1" [dependencies.volt-ws-protocol] version = "0.1.12" features = [ "chrono", "rand", ]