# 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 = "2018" name = "quadtree_rs" version = "0.1.3" authors = ["James Adam Buckland "] publish = true description = "Point/region Quadtree with support for overlapping regions." homepage = "https://github.com/ambuc/quadtree" documentation = "https://docs.rs/quadtree_rs/" readme = "README.md" keywords = [ "quadtree", "spatial", "algorithms", "tree", ] categories = [ "algorithms", "graphics", "visualization", ] license = "Apache-2.0" repository = "https://github.com/ambuc/quadtree" [dependencies.derive_builder] version = "0.7" [dependencies.num] version = "0.2" [dependencies.serde] version = "1.0.152" features = ["derive"] optional = true [dev-dependencies.cargo-husky] version = "1" features = [ "precommit-hook", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt", ] default-features = false [features] serde = ["dep:serde"]