rustplex 0.3.0

A linear programming solver based on the Simplex algorithm for Rust
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 = "2021"
rust-version = "1.62"
name = "rustplex"
version = "0.3.0"
authors = ["Mohsen Pakzad <mohsen.pakzad99@gmail.com>"]
build = false
exclude = [
    ".github",
    ".gitignore",
    "tests",
    "assets",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A linear programming solver based on the Simplex algorithm for Rust"
documentation = "https://docs.rs/rustplex"
readme = "README.md"
keywords = [
    "linear-programming",
    "simplex",
    "solver",
    "optimization",
    "math",
]
categories = [
    "mathematics",
    "algorithms",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mohsenpakzad/rustplex"

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

[dependencies.slotmap]
version = "1.1.1"

[dependencies.thiserror]
version = "2.0.17"