# 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_maze" version = "0.2.1" authors = ["Stephen Sherratt "] description = "Maze generator for testing and benchmarking grid-searching algorithms" homepage = "https://github.com/gridbugs/grid-search.git" documentation = "https://docs.rs/grid_search_maze" readme = "README.md" license = "MIT" repository = "https://github.com/gridbugs/grid-search.git" [dependencies.grid_2d] version = "0.15" [dependencies.rand] version = "0.8" [dependencies.rand_isaac] version = "0.3" features = ["serde1"]