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.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00ff65a3ff37505196214376742315e13602087c30aee34c5cea47a35d0a2990"
[[package]]
name = "medians"
version = "2.1.6"
dependencies = [
"devtimer",
"indxvec",
"ran",
"times",
]
[[package]]
name = "medians"
version = "2.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "836afc00a60ded4a54154e50e731d5238accf30e81b7b849646c5a5e0b6c33cb"
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.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31191528b1eb808d370b55c8c439e367ff667bcedf0144e8568d401de1bd800c"
dependencies = [
"devtimer",
"indxvec",
"medians 2.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"ran",
]