cxmr-snapshots 0.0.7

Snapshots library.
Documentation
[package]
name = "cxmr-snapshots"
version = "0.0.7"
authors = ["Ɓukasz Kurowski <crackcomm@gmail.com>"]
edition = "2018"
license = "GPL-3.0"
description = "Snapshots library."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
# ser&deserialization
serde = "^1.0.0"

# derive macro for serde
serde_derive = "^1.0.0"

cxmr-candles = "0.0.1"
cxmr-exchanges = "0.0.1"
cxmr-feeds = "0.0.1"
cxmr-orderbook = "0.0.1"
cxmr-ta = { version = "0.0.1", optional = true }
cxmr-tectonic = "0.0.1"

[features]
default = ["analysis"]
analysis = ["cxmr-ta"]