[package]
name = "choco-solver-sys"
version = "0.1.0"
edition = "2024"
license = "MIT AND BSD-3-Clause"
repository = "https://github.com/chocoteam/chocors/choco-solver-sys"
readme = "README.md"
description = "FFI interface for the Choco Solver library DLL generated by GraalVM Native Image."
keywords = ["ffi", "bindings", "solver", "constraints"]
exclude = ["choco-solver-capi"]
[dependencies]
libloading = "0.8"
bindgen.workspace = true
[package.metadata.docs.rs]
targets = ["x86_64-pc-windows-msvc", "x86_64-unknown-linux-gnu"]