[package] name = "crater" version = "0.1.1" edition = "2021" authors = ["hacatu "] description = "Very generic containers including KD trees, fibonacci heaps, minmax heaps, ..." repository = "https://github.com/hacatu/rust-crater" license = "MPL-2.0" keywords = ["kdtree", "priority-queue", "fibonacci-heap", "minmax-heap"] categories = ["algorithms", "data-structures"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] stress_tests = [] [dependencies] num-traits = "0.2" rand = "0.8.4"