microlp 0.3.1

A fast linear programming solver library.
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"
name = "microlp"
version = "0.3.1"
authors = [
    "Alexey Zatelepin <alex.zatelepin@gmail.com>",
    "Specy <specy.dev@gmai.com",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast linear programming solver library."
readme = "README.md"
keywords = [
    "linear-programming",
    "optimization",
]
categories = [
    "mathematics",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/Specy/microlp/"

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

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

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

[dependencies.log]
version = "0.4.11"

[dependencies.sprs]
version = "0.11.4"
default-features = false

[dev-dependencies.env_logger]
version = "0.11.5"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.rand_pcg]
version = "0.3.1"