# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "quadtree-cd" version = "0.1.0" authors = ["Malthe Borch "] publish = true description = "A quadtree-based data structure for placing shapes such as rotated rectangles in bounded 2D space, checking for collision with already placed items." homepage = "https://github.com/malthe/quadtree-cd" documentation = "https://docs.rs/quadtree-cd/" readme = "README.md" keywords = ["quadtree", "spatial", "algorithms", "tree"] categories = ["algorithms", "graphics", "visualization"] license = "Apache-2.0" repository = "https://github.com/malthe/quadtree-cd" [dependencies.lazy_static] version = "1.3" [dev-dependencies.cargo-husky] version = "1" features = ["precommit-hook", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt"] default-features = false [dev-dependencies.rand] version = "0.6.5"