sfbinpack 0.6.2

Library to read Stockfish Binpacks
Documentation
# 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 = "sfbinpack"
version = "0.6.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library to read Stockfish Binpacks"
readme = "README.md"
license = "GPL-3.0"
repository = "https://github.com/Disservin/binpack-rust"

[features]
bmi2 = []
default = []

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

[[bin]]
name = "sfbinpack"
path = "src/main.rs"

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

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

[dependencies.arrayvec]
version = "0.7.6"

[dependencies.thiserror]
version = "2.0.8"

[dev-dependencies.tempfile]
version = "3"

[profile.release]
opt-level = 3
lto = true
codegen-units = 16
debug = 1
debug-assertions = false
rpath = false
panic = "unwind"
overflow-checks = false
incremental = false
strip = "none"