# 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 = "2021" name = "priq" version = "0.2.0" authors = ["Beka M. "] exclude = ["benches/bench_bheap.rs"] description = "Array implementation of the min/max heap" homepage = "https://github.com/bexxmodd/priq" documentation = "https://docs.rs/priq" readme = "README.md" keywords = ["priority", "queue", "data-structure"] categories = ["data-structures"] license = "MIT" resolver = "2" [lib] name = "priq" crate-type = ["lib"] path = "src/priq.rs" test = true doctest = true bench = false [[bench]] name = "bench_priq" harness = false [dependencies.rand] version = "0.8.4" [dev-dependencies.bencher] version = "0.1.5"