# 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 = "marketstore" version = "0.2.0" authors = ["Kamalakar Gadireddy"] description = "Marketstore rust driver" homepage = "https://github.com/ananthartha/rsmarketstore" readme = "README.md" keywords = [ "marketstore", "financial", "timeseries", ] categories = [ "parsing", "encoding", "database", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/ananthartha/rsmarketstore" [[example]] name = "ohlcv" required-features = ["serde"] [[example]] name = "stream" required-features = ["stream"] [dependencies.byteorder] version = "^1.4.3" [dependencies.futures-channel] version = "^0.3.25" optional = true default-features = false [dependencies.futures-util] version = "^0.3.25" optional = true default-features = false [dependencies.prost] version = "^0.12" [dependencies.rmp-serde] version = "^1.1.1" optional = true default-features = false [dependencies.serde] version = "^1.0.152" optional = true default-features = false [dependencies.thiserror] version = "^1.0.38" [dependencies.tokio] version = "^1.23.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-tungstenite] version = "^0.18.0" optional = true [dependencies.tonic] version = "^0.10" [build-dependencies.change-case] version = "^0.2.0" [build-dependencies.reqwest] version = "^0.11.20" features = ["blocking"] [build-dependencies.temp-dir] version = "^0.1.11" [build-dependencies.tonic] version = "^0.10" [build-dependencies.tonic-build] version = "^0.10" [features] default = ["stream"] serde = ["serde/derive"] stream = [ "serde", "tokio-tungstenite", "rmp-serde", "futures-util", "futures-channel", ]