# 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 = "bsp-pathfinding" version = "0.3.2" authors = ["Tei Roberts"] description = "Runtime path finding using Binary Spatial Partitioning" documentation = "https://docs.rs/bsp-pathfinding" license-file = "LICENSE" repository = "https://github.com/ten3roberts/bsp-pathfinding" resolver = "2" [dependencies.glam] version = ">= 0.14" [dependencies.ordered-float] version = "2.10.0" [dependencies.rand] version = "0.8.4" [dependencies.rpds] version = "0.11.0" [dependencies.serde] version = "1.0.136" features = ["derive"] optional = true [dependencies.slotmap] version = "1.0.6" [dependencies.smallvec] version = "1.8.0" [dev-dependencies.macroquad] version = "0.3.13" [dev-dependencies.serde_json] version = "1.0.78" [features] serialize = ["serde", "glam/serde", "slotmap/serde", "smallvec/serde"]