amplrs 0.1.6

Safe Rust API for AMPL optimization modeling system
# 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 = "amplrs"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust API for AMPL optimization modeling system"
readme = "README.md"
keywords = [
    "ampl",
    "optimization",
    "ffi",
    "linear-programming",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/jurgen-lentz/amplrs"

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

[[example]]
name = "debug"
path = "examples/debug.rs"

[[example]]
name = "dietexample"
path = "examples/dietexample.rs"

[[example]]
name = "firstexample"
path = "examples/firstexample.rs"

[[example]]
name = "multidimensionalexample"
path = "examples/multidimensionalexample.rs"

[[example]]
name = "optionsexample"
path = "examples/optionsexample.rs"

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

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

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

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

[dependencies.ampl-sys]
version = "0.1.0"

[dependencies.libc]
version = "0.2"