# 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 = "hazel" version = "0.0.1" authors = ["Joe Fredette "] description = "Hybrid Classical/ML-oriented Chess Engine" readme = "README.md" keywords = ["chess", "boardgame", "game"] categories = ["games"] license = "MIT" repository = "https://github.com/jfredett/hazel" [[bin]] name = "hazel" path = "src/bin/hazel.rs" [dependencies.bitboard] version = "0.1.0" [dependencies.clap] version = "2.29.0" [badges.coveralls] branch = "master" repository = "jfredett/hazel" service = "github" [badges.is-it-maintained-issue-resolution] repository = "jfredett/hazel" [badges.is-it-maintained-open-issues] repository = "jfredett/hazel" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "jfredett/hazel"