# 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] edition = "2021" name = "stockfish-core" version = "0.2.0" authors = ["Stephen Touset "] description = "Core types for implementing a fast chess engine" homepage = "https://crates.io/crates/stockfish-core" documentation = "https://docs.rs/stockfish-core" readme = "README.md" keywords = [ "chess", "chess-engine", ] categories = ["games"] license = "GPL-3.0-only" repository = "https://github.com/stouset/stockfish-rs" resolver = "1" [[bin]] name = "stockfish-accelerate" [[bench]] name = "accelerate" harness = false [dependencies.bitflags] version = "1" [dependencies.bytemuck] version = "1" features = [ "extern_crate_alloc", "min_const_generics", ] [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [dev-dependencies.paste] version = "1" [features] default = [] unaccelerated = []