# 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 = "tardis-rs" version = "0.1.4" authors = ["Marcus Lee "] description = "A rust crate that allows you to easily replay historical market data and stream live market data through Tardis.dev's API" homepage = "https://github.com/cybotrade/tardis-rs/" readme = "README.md" keywords = [ "tardis", "market-data", "cryptocurrency", "trading", ] license = "LGPL-3.0-only" repository = "https://github.com/cybotrade/tardis-rs/" [package.metadata.docs.rs] all-features = true [dependencies.async-stream] version = "0.3" optional = true [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.futures-util] version = "0.3" features = [ "sink", "std", ] optional = true default-features = false [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = [] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-tungstenite] version = "0.20" features = ["rustls-tls-native-roots"] optional = true [dependencies.tracing] version = "0.1" [dependencies.urlencoding] version = "2.1" [dev-dependencies.tracing-test] version = "0.2" [features] default = [] machine = [ "dep:async-stream", "dep:async-stream", "dep:futures-util", "dep:tokio-tungstenite", ]