# 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] name = "ku" version = "0.1.0" authors = ["Alex Hamilton "] description = "A sudoku crate." readme = "README.md" keywords = ["sudoku"] license = "Apache-2.0" repository = "https://github.com/Aehmlo/ku" [lib] name = "sudoku" path = "src/lib.rs" [[bin]] name = "ku" path = "src/main.rs" [dependencies.clap] version = "2.31.2" [dependencies.rand] version = "0.4.2" [features] 10D = [] 11D = [] 12D = [] 2D = [] 3D = [] 4D = [] 5D = [] 6D = [] 7D = [] 8D = [] 9D = [] default = ["2D"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "Aehmlo/ku"