[package] name = "cxmr-ta" version = "0.0.1" authors = ["Ɓukasz Kurowski "] edition = "2018" license = "GPL-3.0" description = "Technical analysis library." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # errors failure = "^0.1.5" # Technical analysis library cxmr-ta-core = "^0.1.5" # random number generators rand = "^0.6.5" # ser&deserialization serde = "^1.0.0" # derive macro for serde serde_derive = "^1.0.0" err-convert-macro = "^0.0.1" cxmr-balances = "0.0.1" cxmr-feeds = "0.0.1" cxmr-orderbook = "0.0.1"