# 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 = "hexe" version = "0.0.5" authors = ["Nikolai Vazquez"] include = ["Cargo.toml", "src/**/*.rs", "README*", "CHANGELOG*", "LICENSE*"] description = "A chess engine." documentation = "https://docs.rs/hexe" readme = "README.md" keywords = ["chess", "engine", "ai", "magic"] license = "MIT/Apache-2.0" repository = "https://github.com/hexe-rs/Hexe" [lib] name = "hexe" [[bin]] name = "hexe" [dependencies.hexe_core] version = "0.0.5" [dependencies.num_cpus] version = "1.0.0" [dependencies.rand] version = "0.4.0" optional = true [dependencies.scoped_threadpool] version = "0.1" [dependencies.uncon] version = "1.1.0" [dev-dependencies.rand] version = "0.4" [dev-dependencies.static_assertions] version = "0.2" [build-dependencies.version_check] version = "0.1" [features] serde = ["hexe_core/serde"] simd = ["hexe_core/simd"] [badges.appveyor] repository = "nvzqz/Hexe" [badges.travis-ci] repository = "hexe-rs/Hexe"