# 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 = "flat_spatial" version = "0.6.1" authors = ["Douady Pâris "] exclude = ["img/*"] description = "Flat spatial partitionning algorithms and data structures" readme = "README.md" keywords = [ "algorithms", "spatial", "geometry", "grid", "data-structures", ] categories = [ "algorithms", "graphics", "data-structures", "game-engines", ] license = "MIT" repository = "https://github.com/Uriopass/flat_spatial" [profile.bench] debug = 2 [profile.release-with-debug] debug = 2 inherits = "release" [[example]] name = "collision_detector" [[example]] name = "storage_bench" [dependencies.euclid] version = "0.22.7" optional = true [dependencies.fnv] version = "1.0.3" [dependencies.parry2d] version = "0.13.4" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.slotmapd] version = "1.0" default-features = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.euclid] version = "0.22.7" [dev-dependencies.fastrand] version = "1.3.3" [dev-dependencies.kdbush] version = "0.2.0" [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.rstar] version = "0.9" [features] default = [] serde = [ "dep:serde", "slotmapd/serde", ]