pleco_engine 0.1.6

A blazingly-fast Chess AI.
Documentation
# 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 = "pleco_engine"
version = "0.1.6"
authors = ["Stephen Fleischman <stephenf@cs.washington.edu>"]
include = ["src/*", "tests/*.rs", "Cargo.toml", ".gitignore", "README.md"]
autobenches = false
description = "A blazingly-fast Chess AI."
homepage = "https://github.com/sfleischman105/Pleco"
documentation = "https://docs.rs/pleco_engine/"
readme = "README.md"
keywords = ["chess", "ai", "engine", "game", "uci"]
categories = ["games", "game-engines", "command-line-utilities"]
license = "MIT"
repository = "https://github.com/sfleischman105/Pleco"
[profile.test]
opt-level = 3
codegen-units = 1
debug = true
debug-assertions = true

[profile.bench]
opt-level = 3
lto = true
codegen-units = 1
debug = false
debug-assertions = false
rpath = false

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = false
debug-assertions = false
panic = "abort"

[lib]
name = "pleco_engine"
path = "src/lib.rs"
doctest = true
bench = true

[[bin]]
name = "pleco"
path = "src/main.rs"
test = false
doc = false

[[bench]]
name = "bench_engine_main"
harness = false
[dependencies.chrono]
version = "0.4.6"

[dependencies.num_cpus]
version = "1.10.0"

[dependencies.pleco]
version = "0.5.0"
features = ["nightly"]

[dependencies.prefetch]
version = "0.2.0"

[dependencies.rand]
version = "0.6.5"
[dev-dependencies.criterion]
version = "0.2.10"
features = ["real_blackbox"]
default-features = false

[dev-dependencies.lazy_static]
version = "1.3.0"

[features]
default = []
[badges.coveralls]
branch = "master"
repository = "sfleischman105/Pleco"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "sfleischman105/Pleco"