# 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 = "minotaur" version = "0.3.0" authors = ["Jonathan Stites "] description = "A command-line program for generating mazes." homepage = "https://github.com/jonstites/minotaur" documentation = "https://github.com/jonstites/minotaur" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/jonstites/minotaur" [dependencies.bincode] version = "1.1.4" [dependencies.bitflags] version = "1.1.0" [dependencies.image] version = "0.21.2" [dependencies.rand] version = "0.7.0" [dependencies.rand_pcg] version = "0.2.0" [dependencies.serde] version = "1.0.94" features = ["derive"] [dependencies.structopt] version = "0.2.18" [badges.travis-ci] branch = "master" repository = "jonstites/minotaur"