# 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 = "bitboard" version = "0.1.2" authors = ["Joe Fredette "] description = "Reasonably quick, arbitrary-sized square bitboards" readme = "README.md" keywords = ["bitboards", "chess", "go", "boardgame"] categories = ["data-structures"] license = "MIT" repository = "https://github.com/jfredett/bitboard" [[bin]] name = "queens" path = "tests/nqueens.rs" [dependencies.typenum] version = "1.9.0" [badges.coveralls] branch = "master" repository = "jfredett/bitboard" service = "github" [badges.is-it-maintained-issue-resolution] repository = "jfredett/bitboard" [badges.is-it-maintained-open-issues] repository = "jfredett/bitboard" [badges.maintenance] status = "deprecated" [badges.travis-ci] branch = "master" repository = "jfredett/bitboard"