[package] name = "cci-rs" version = "0.1.0" authors = ["immortal infidel "] edition = "2018" license="MIT" description="Commodity Channel Index (CCI) Implementation In Rust" repository="https://github.com/immortalinfidel/cci-rs" homepage="https://github.com/immortalinfidel/cci-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ta-common = "0.1.0" md-rs = "0.1.1" typprice-rs="0.1.0"