[package] name = "hexagon-map" version = "0.0.2" authors = ["Aster <192607617@qq.com>"] description = "Coordinate transformation and pathfinding for hexagonal maps" repository = "https://github.com/oovm/hexagon-map" documentation = "https://docs.rs/hexagon-map" readme = "Readme.md" license = "MPL-2.0" edition = "2021" [dependencies] itertools = "0.10.5" serde = { version = "1.0.159", features = ["derive"] } ordered-float = "3.6.0" pathfinding = "4.2.1" shape-core = "0.1.1" [dev-dependencies] [features] default = []