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.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "150b653be68e75fb27e4a96d928e452de1b190c916e6949d7b895c7eb2061465"
[[package]]
name = "medians"
version = "2.0.4"
dependencies = [
"devtimer",
"indxvec",
"ran",
"times",
]
[[package]]
name = "medians"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7b1d841409813d50a8a082cbb34d925824ef82b850d1d3bb7a0012d70204662"
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.4 (registry+https://github.com/rust-lang/crates.io-index)",
"ran",
]