cci-rs 0.1.0

Commodity Channel Index (CCI) Implementation In Rust
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "cci-rs"
version = "0.1.0"
dependencies = [
 "md-rs",
 "ta-common",
 "typprice-rs",
]

[[package]]
name = "md-rs"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6084fb260380c3220600ff3c9b852b6216bc1f6898cbe1d3acfe44aeb92aa6c4"
dependencies = [
 "sma-rs",
 "ta-common",
]

[[package]]
name = "sma-rs"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df90b1da263da994c0fabe7a6eb35ad3dfd1c0e8311d1933f45f6765d497e41c"
dependencies = [
 "ta-common",
]

[[package]]
name = "ta-common"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04e69137de888688865fa0c8b02dad15e0ac8e10b345cd6fb41d7252e09af15f"

[[package]]
name = "typprice-rs"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d129762e8aa7d93a27d140da719c2945654a85d7ee50ce6781f402be61427f8"
dependencies = [
 "ta-common",
]