atomic-movegen 0.1.0

Legal move generation for atomic chess.
# 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 = "2024"
rust-version = "1.85"
name = "atomic-movegen"
version = "0.1.0"
build = false
exclude = [
    "Fairy-Stockfish/**",
    "docs/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Legal move generation for atomic chess."
readme = "README.md"
license = "MIT"
repository = "https://github.com/golmman/atomic_movegen"

[lib]
name = "atomic_movegen"
path = "src/lib.rs"

[[example]]
name = "debug_moves"
path = "examples/debug_moves.rs"

[[example]]
name = "fen_after"
path = "examples/fen_after.rs"

[[example]]
name = "list_moves"
path = "examples/list_moves.rs"

[[example]]
name = "pawn_debug"
path = "examples/pawn_debug.rs"

[[example]]
name = "perft"
path = "examples/perft.rs"

[[example]]
name = "perft_divide"
path = "examples/perft_divide.rs"

[[example]]
name = "verify_perft"
path = "examples/verify_perft.rs"

[[test]]
name = "perft_tests"
path = "tests/perft_tests.rs"

[dependencies]

[profile.profiling]
debug = 2
inherits = "release"
strip = false

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
panic = "abort"
overflow-checks = false
incremental = false
strip = true