rstats 1.0.21

Statistical Measures, Vector Algebra, Geometric Median, Data Analysis and Machine Learning
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "anyhow"
version = "1.0.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"

[[package]]
name = "devtimer"
version = "4.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "907339959a92f6b98846570500c0a567c9aecbb3871cef00561eb5d20d47b7c1"

[[package]]
name = "indxvec"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "920f4d4eef0e668f3112958f23d240e59f139e4b6617f6058d3c9c9a0dcc60fd"

[[package]]
name = "ran"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df84ecb44e00885708e8bd10f50e62bf319c5dc8ab57f776302762e931b9f0cc"

[[package]]
name = "rstats"
version = "1.0.21"
dependencies = [
 "anyhow",
 "devtimer",
 "indxvec",
 "ran",
]