# 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 = "kiteticker-async" version = "0.1.1" authors = ["Kaushik Chakraborty "] description = """ Async version of the ticker module of the kiteconnect-rs crate. """ documentation = "https://docs.rs/kiteticker-async/0.1.0/kiteticker-async/" readme = "README.md" keywords = [ "ticker", "zerodha", "web-sockets", "trading", "real-time", ] categories = [ "asynchronous", "finance", ] license = "Apache-2.0" repository = "https://github.com/kaychaks/kiteticker-async" [dependencies.futures-util] version = "0.3.28" features = ["sink"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.28.2" features = ["full"] [dependencies.tokio-stream] version = "0.1.14" features = ["full"] [dependencies.tokio-tungstenite] version = "0.20.1" features = ["native-tls"] [dependencies.url] version = "2.4.1" [dev-dependencies.tokio] version = "1" features = ["test-util"]