# 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 = "2018" name = "maze_generator" version = "2.0.0" authors = ["Finn-Thorben Sell "] description = "A library of different maze generation algorithms." documentation = "https://docs.rs/maze_generator/" readme = "README.md" keywords = ["maze", "generator"] categories = ["algorithms", "game-development"] license = "MIT" repository = "https://github.com/ftsell/maze_generator.git" [dependencies.anyhow] version = "1.0.56" [dependencies.petgraph] version = "0.5.1" [dependencies.rand] version = "0.7.3" [dependencies.rand_chacha] version = "0.2.2" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.clap] version = "3.1.5" features = ["derive"] [dev-dependencies.quickcheck] version = "0.9.1"