[package]
name = "ampl-sys"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Low-level Rust FFI bindings to the AMPL C API"
readme = "README.md"
repository = "https://github.com/YOUR_NAME/ampl-sys"
categories = ["external-ffi-bindings"]
keywords = ["ffi", "ampl", "optimization"]
links = "ampl"
[dependencies]
libc = "0.2"
[build-dependencies]
bindgen = "0.71"