# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "Mazeir" version = "0.2.0" authors = ["Scalt"] default-run = "mazeir-cli" description = "A fast and small memory maze generator." readme = "./README.md" keywords = [ "maze", "depth-first", "cli", ] license-file = "./LICENSE" repository = "https://github.com/Griklit/Mazeir" [lib] name = "mazeir" path = "src/lib.rs" test = false doctest = false [[bin]] name = "mazeir-cli" path = "src/bin/cli/mod.rs" [[test]] name = "mazeir-test" path = "tests/lib.rs" [dependencies.clap] version = "^4.3.24" features = [ "derive", "wrap_help", ] [dependencies.colored] version = "^2.0.4" [dependencies.png] version = "^0.17.10" [dependencies.rand] version = "^0.8.5" [dependencies.rand_xorshift] version = "^0.3.0"