# 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 = "stacking_heaps" version = "0.1.3" authors = ["William Lucia "] 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/" documentation = "https://docs.rs/stacking_heaps" readme = "README.md" keywords = [ "data", "data-structures", "algorithms", "adt", ] categories = [ "data-structures", "algorithms", ] license = "GPL-3.0" repository = "https://github.com/williamlucia/stacking-heaps" resolver = "2" [dependencies]