dx-rs 0.1.0

Directional Movement Index (DX) ,Average Directional Movement Index (ADX) and Average Directional Movement Rating (ADXR) implementaion In Rust
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "dx-rs"
version = "0.1.0"
dependencies = [
 "ta-common",
 "tr-rs",
]

[[package]]
name = "float-ord"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bad48618fdb549078c333a7a8528acb57af271d0433bdecd523eb620628364e"

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

[[package]]
name = "tr-rs"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c144be778724d063355269b545c37de1346048f7988938106c28d6af33fdff9"
dependencies = [
 "float-ord",
 "ta-common",
 "wilders-rs",
]

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