[package] name = "cxmr-snapshots-cmd" version = "0.0.7" authors = ["Ɓukasz Kurowski "] edition = "2018" license = "GPL-3.0" description = "Snapshots command line tool." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "cxmr-snapshot" path = "bin/main.rs" [dependencies] # basic logs log = "^0.4.0" # command line app clap = "^2.33.0" # application env log conf pretty_env_logger = "^0.3.0" # Parallel iteration rayon = "^1.2.1" # Iterator tools itertools = "^0.8.2" cxmr-candles = "0.0.1" cxmr-feeds = "0.0.1" cxmr-snapshots = "0.0.6" cxmr-tectonic = "0.0.1" cxmr-orderbook = "0.0.1"