sfbinpack 0.4.0

Library to read Stockfish Binpacks
Documentation
[[bin]]
name = "sfbinpack"
path = "src/main.rs"

[dependencies.thiserror]
version = "2.0.8"

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

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

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

[features]
bmi2 = []
default = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library to read Stockfish Binpacks"
edition = "2021"
license = "GPL-3.0"
name = "sfbinpack"
readme = "README.md"
repository = "https://github.com/Disservin/binpack-rust"
version = "0.4.0"

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