[package] name = "stacking_heaps" version = "0.1.3" authors = ["William Lucia "] edition = "2021" license = "GPL-3.0" documentation = "https://docs.rs/stacking_heaps" keywords = ["data", "data-structures", "algorithms", "adt"] categories = ["data-structures", "algorithms"] description = "Data Structures, Algorithms and their usage in Data Engineering world. Implemented and described on my blog Stacking Heaps." homepage = "https://williamlucia.github.io/stacking-heaps/" repository = "https://github.com/williamlucia/stacking-heaps" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]