# 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 = "heapz" version = "1.1.4" description = "Heap/Priority Queue implementations" readme = "README.md" keywords = [ "heap", "priority", "queue", ] categories = [ "algorithms", "data-structures", "wasm", ] license-file = "LICENSE.md" repository = "https://github.com/Ruddickmg/heapz" resolver = "2" [[bench]] name = "rank_pairing_heap" harness = false [[bench]] name = "pairing_heap" harness = false [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.rand] version = "0.8.5"