# 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 = "crater" version = "0.1.1" authors = ["hacatu "] description = "Very generic containers including KD trees, fibonacci heaps, minmax heaps, ..." readme = "README.md" keywords = [ "kdtree", "priority-queue", "fibonacci-heap", "minmax-heap", ] categories = [ "algorithms", "data-structures", ] license = "MPL-2.0" repository = "https://github.com/hacatu/rust-crater" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8.4" [features] stress_tests = []