version = 3
[[package]]
name = "devtimer"
version = "4.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "907339959a92f6b98846570500c0a567c9aecbb3871cef00561eb5d20d47b7c1"
[[package]]
name = "indxvec"
version = "1.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75374e432f48e74d6b98362a6cdb783493bd80787018fd988ac34e0ca2c1ba43"
[[package]]
name = "medians"
version = "2.0.3"
dependencies = [
"devtimer",
"indxvec",
"ran",
"times",
]
[[package]]
name = "medians"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a84135368ab029c16677268b9bfdfc363d979092a41bf1d2ce9a9b57a5c66380"
dependencies = [
"indxvec",
]
[[package]]
name = "ran"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8863b7a71b5d6749647a650f32ddb7754f1bb229a1dd89cb0431564d7c06eabd"
[[package]]
name = "times"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82edfcca8257b3b2d77ead608772979df649a080a290bb8d1974259583e8d551"
dependencies = [
"devtimer",
"indxvec",
"medians 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"ran",
]