# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "radix-heap" version = "0.4.2" authors = ["Mike Pedersen "] description = "Fast monotone priority queues" readme = "README.md" keywords = ["heap"] categories = ["data-structures"] license = "MIT" repository = "https://github.com/mpdn/radix-heap" [package.metadata.docs.rs] all-features = true [lib] bench = false [[bench]] name = "bench" harness = false [dependencies.ordered-float] version = "2.8.0" optional = true [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.quickcheck] version = "1.0.3"