# 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 = "space-partitioning" version = "0.5.0" authors = ["Markus Mayer "] description = "Space partitioning data structures" readme = "README.md" keywords = ["space-partitioning", "trees"] categories = ["computer-vision", "graphics", "game-development"] license = "MIT" repository = "https://github.com/sunsided/space-partitioning" [profile.dev.package."*"] opt-level = 1 [[example]] name = "interval_tree" path = "examples/interval_tree.rs" [[example]] name = "quadtree" path = "examples/quadtree.rs" [[example]] name = "quadtree_noviz" path = "examples/quadtree_noviz.rs" [[bench]] name = "bench_quadtree" harness = false [dependencies.smallvec] version = "1.6.1" features = ["union", "const_generics"] [dev-dependencies.criterion] version = "0.3.4" [dev-dependencies.indicatif] version = "0.16.2" [dev-dependencies.piston_window] version = "0.120.0" [dev-dependencies.rand] version = "0.8.4"