cxmr-tectonic 0.0.1

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

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

[dependencies]
# basic logs
log = "^0.4.0"

# errors
failure = "^0.1.5"

# Parallel iteration
rayon = "^1.2.1"

# Byte order primitives
byteorder = "^1.3.2"

# bit flags macro
bitflags = "^1.0.0"

# ser&deserialization
serde = "^1.0.0"

# derive macro for serde
serde_derive = "^1.0.0"

glob = "^0.3"

# Time formatting.
chrono = "^0.4.0"

cxmr-currency = "0.0.1"
cxmr-balances = "0.0.1"
cxmr-exchanges = "0.0.1"
cxmr-feeds = "0.0.1"

err-convert-macro = "^0.0.1"