# 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_best" version = "0.3.1" authors = ["Stephen Sherratt "] description = "Search algorithm for finding the shortest path to the best cell in a uniform-cost cardinal grid" homepage = "https://github.com/gridbugs/grid-search.git" documentation = "https://docs.rs/grid_search_cardinal_best" readme = "README.md" license = "MIT" repository = "https://github.com/gridbugs/grid-search.git" [dependencies.coord_2d] version = "0.3" [dependencies.direction] version = "0.18" [dependencies.grid_search_cardinal_common] version = "0.3" [dependencies.serde] version = "1.0" features = ["serde_derive"] optional = true [dev-dependencies.coord_2d] version = "0.3" features = ["rand"] [dev-dependencies.grid_2d] version = "0.15" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_isaac] version = "0.3" [features] serialize = ["serde", "coord_2d/serialize", "grid_search_cardinal_common/serialize"]