choco-solver-sys 0.1.0

FFI interface for the Choco Solver library DLL generated by GraalVM Native Image.
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 = "2024"
name = "choco-solver-sys"
version = "0.1.0"
build = false
exclude = ["choco-solver-capi"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI interface for the Choco Solver library DLL generated by GraalVM Native Image."
readme = "README.md"
keywords = [
    "ffi",
    "bindings",
    "solver",
    "constraints",
]
license = "MIT AND BSD-3-Clause"
repository = "https://github.com/chocoteam/chocors/choco-solver-sys"

[package.metadata.docs.rs]
targets = [
    "x86_64-pc-windows-msvc",
    "x86_64-unknown-linux-gnu",
]

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

[dependencies.bindgen]
version = "0.72"

[dependencies.libloading]
version = "0.8"