otspot-core 0.3.0

Core implementation for otspot (LP/QP/MIP solver) — published as a dependency of the otspot facade
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 = "otspot-core"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core implementation for otspot (LP/QP/MIP solver) — published as a dependency of the otspot facade"
homepage = "https://github.com/hika019/otspot"
readme = false
license = "AGPL-3.0-only"
repository = "https://github.com/hika019/otspot"

[features]
default = []
parallel = []

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

[dependencies.faer]
version = "0.24.0"

[dependencies.log]
version = "0.4"

[dependencies.rayon]
version = "1"

[dependencies.twofloat]
version = "0.8"