# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "grid_search_cardinal_distance_map" version = "0.3.1" authors = ["Stephen Sherratt "] description = "Grid where each cell stores the distance from a set of interesting points to each cell in a uniform-cost cardinal grid" homepage = "https://github.com/gridbugs/grid-search.git" documentation = "https://docs.rs/grid_search_cardinal_distance_map" readme = "README.md" license = "MIT" repository = "https://github.com/gridbugs/grid-search.git" [dependencies.direction] version = "0.18" [dependencies.grid_2d] version = "0.15" [dependencies.grid_search_cardinal_common] version = "0.3" [dependencies.serde] version = "1.0" features = ["serde_derive"] optional = true [features] serialize = ["serde", "grid_2d/serialize", "grid_search_cardinal_common/serialize"]