radix-heap 0.3.2

Fast monotone priority queues
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "radix-heap"
version = "0.3.2"
authors = ["Mike Pedersen <noctune9@gmail.com>"]
description = "Fast monotone priority queues"
readme = "README.md"
keywords = ["heap"]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/noctune/radix-heap"

[[bench]]
name = "bench"
harness = false
[dependencies.ieee754]
version = "0.2.2"

[dependencies.ordered-float]
version = "0.5.0"
[dev-dependencies.criterion]
version = "0.2.3"

[dev-dependencies.quickcheck]
version = "0.6.2"

[dev-dependencies.rand]
version = "0.4.2"