# 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 = "spatial_table" version = "0.4.2" authors = ["Stephen Sherratt "] description = "Bi-directional association between entities and 2D grid locations" homepage = "https://github.com/gridbugs/spatial-table.git" documentation = "https://docs.rs/spatial_table" readme = "README.md" license = "MIT" repository = "https://github.com/gridbugs/spatial-table.git" [dependencies.entity_table] version = "0.2" [dependencies.grid_2d] version = "0.15" [dependencies.serde] version = "1.0" features = ["serde_derive"] optional = true [features] serialize = [ "serde", "entity_table/serialize", "grid_2d/serialize", ]