# 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.5.0" authors = ["Stephen Fleischman "] 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.4" [dependencies.lazy_static] version = "1.3.0" [dependencies.mucow] version = "0.1.0" [dependencies.num_cpus] version = "1.10.0" [dependencies.rand] version = "0.6.5" [dependencies.rayon] version = "1.0.3" [dev-dependencies.criterion] version = "0.2.10" default-features = false [features] default = [] nightly = [] [badges.coveralls] branch = "master" repository = "sfleischman105/Pleco" service = "github" [badges.travis-ci] branch = "master" repository = "sfleischman105/Pleco"