# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "tanton" version = "1.0.0" authors = [ "Stephen Fleischman ", "Chase Manning ", ] include = [ "src/*", "tests/*.rs", "Cargo.toml", ".gitignore", "README.md", ] autobenches = false description = "A blazingly-fast chess library." homepage = "https://github.com/chase-manning/tanton" documentation = "https://docs.rs/tanton/" readme = "README.md" keywords = [ "chess", "ai", "engine", "game", "gaming", ] categories = [ "games", "game-engines", ] license = "MIT" repository = "https://github.com/chase-manning/tanton" [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" [profile.test] opt-level = 3 codegen-units = 4 debug = true debug-assertions = true [lib] name = "tanton" path = "src/lib.rs" doctest = true [dependencies.bitflags] version = "1.3.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.mucow] version = "0.1.0" [dependencies.num_cpus] version = "1.13.1" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.5.3" [dev-dependencies.criterion] version = "0.2.10" default-features = false [features] default = [] nightly = []