# 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_engine" 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 AI." homepage = "https://github.com/chase-manning/tanton" documentation = "https://docs.rs/tanton_engine/" readme = "README.md" keywords = [ "chess", "ai", "engine", "game", "uci", ] categories = [ "games", "game-engines", "command-line-utilities", ] license = "MIT" repository = "https://github.com/chase-manning/tanton" [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" [profile.test] opt-level = 3 codegen-units = 1 debug = true debug-assertions = true [lib] name = "tanton_engine" path = "src/lib.rs" doctest = true bench = true [[bin]] name = "tanton" path = "src/main.rs" test = false doc = false [dependencies.chrono] version = "0.4.19" [dependencies.num_cpus] version = "1.13.1" [dependencies.rand] version = "0.8.5" [dependencies.tanton] version = "1.0.0" [dev-dependencies.criterion] version = "0.2.10" default-features = false [dev-dependencies.lazy_static] version = "1.3.0" [features] default = [] nightly = []