choco-solver 0.1.0

Safe 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"
version = "0.1.0"
build = false
exclude = [".gitmodules"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe 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/"

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

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

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

[dependencies.choco-solver-sys]
version = "0.1.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.20"
features = ["env-filter"]

[dev-dependencies.trybuild]
version = "1"