# 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" version = "0.3.1" authors = ["Stephen Sherratt "] description = "Collection of search algorithms for uniform-cost cardinal grids" homepage = "https://github.com/gridbugs/grid-search.git" documentation = "https://docs.rs/grid_search_cardinal" readme = "README.md" license = "MIT" repository = "https://github.com/gridbugs/grid-search.git" [dependencies.grid_search_cardinal_best] version = "0.3" [dependencies.grid_search_cardinal_distance_map] version = "0.3" [dependencies.grid_search_cardinal_point_to_point] version = "0.3" [features] serialize = ["grid_search_cardinal_best/serialize", "grid_search_cardinal_point_to_point/serialize", "grid_search_cardinal_distance_map/serialize"]