[package] name = "nostbeep" version = "0.1.1" edition = "2021" license = "MIT OR Apache-2.0" categories = ["algorithms", "no-std"] repository = "https://github.com/luke-lorenzini/binary-heap/" description = "A no_std implementation of a binary heap. Binary Heap is implemented as a max heap." readme = "README.md" exclude = [ "src/bin/*", "tests/*", ".gitignore", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]