[]
= "basic-pathfinding"
= "Tile-based A* pathfinding in Rust"
= "0.2.7"
= ["CygnusRoboticus <joshuadaleharris@gmail.com>"]
= "2018"
= "https://github.com/CygnusRoboticus/basic-pathfinding"
= "MIT"
[]
= ["cdylib", "rlib"]
[]
# `wee_alloc` is a tiny allocator for wasm that is only ~1K in code size
# compared to the default allocator's ~10K. It is slower than the default
# allocator, however.
#
# Unfortunately, `wee_alloc` requires nightly Rust when targeting wasm for now.
= { = "0.4.2", = true }
# Serialization
= "^1.0.59"
= "^1.0.59"
= "1.0"
# Logging
= "0.4.6"
= "0.6.1"
[]
# Tell `rustc` to optimize for small code size.
= "s"