[package]
edition = "2024"
rust-version = "1.85.0"
name = "ferrox-ortools-sys"
version = "0.3.12"
build = "build.rs"
links = "ortools"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings to Google OR-Tools CP-SAT and GLOP solvers"
readme = false
keywords = [
"or-tools",
"cp-sat",
"optimization",
"solver",
"ffi",
]
categories = [
"external-ffi-bindings",
"algorithms",
]
license = "MIT"
repository = "https://github.com/Reflective-Lab/ferrox"
resolver = "2"
[features]
default = []
link = []
[lib]
name = "ferrox_ortools_sys"
path = "src/lib.rs"
[dependencies]
[build-dependencies.cc]
version = "1"
[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
must_use_candidate = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unsafe_code = "allow"