# 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 = "lightstreamer-client" version = "0.1.9" authors = ["Daniel López Azaña "] description = "A Rust client for Lightstreamer, designed to facilitate real-time communication with Lightstreamer servers." documentation = "https://github.com/daniloaz/lightstreamer-client#readme" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/daniloaz/lightstreamer-client" [dependencies.colored] version = "2" [dependencies.cookie] version = "0" features = ["percent-encode"] [dependencies.futures] version = "0" [dependencies.futures-util] version = "0" [dependencies.json-patch] version = "1" [dependencies.reqwest] version = "0" features = [ "json", "stream", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_urlencoded] version = "0" [dependencies.signal-hook] version = "0" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-tungstenite] version = "0" features = ["native-tls"] [dependencies.url] version = "2"