pleco 0.4.2

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

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

[profile.dev]
opt-level = 3

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

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

[[bench]]
name = "bench_main"
harness = false
[dependencies.bitflags]
version = "1.0.3"

[dependencies.clippy]
version = "0.0.200"
optional = true

[dependencies.lazy_static]
version = "1.0.0"

[dependencies.mucow]
version = "0.1.0"

[dependencies.num_cpus]
version = "1.8.0"

[dependencies.prefetch]
version = "0.2.0"

[dependencies.rand]
version = "0.4.2"

[dependencies.rayon]
version = "1.0.1"

[dependencies.unreachable]
version = "1.0.0"
[dev-dependencies.criterion]
version = "0.2.2"
features = ["real_blackbox"]
default-features = false

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

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