[dependencies.chrono]
version = "0.4.39"
[dependencies.crossbeam-channel]
version = "0.5.14"
[dependencies.polars]
features = ["lazy", "ndarray", "serde", "abs"]
version = "0.46.0"
[dependencies.rand]
version = "0.8.5"
[dependencies.rand_distr]
version = "0.4.3"
[dependencies.rayon]
version = "1.10.0"
[dependencies.serde]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.137"
[dependencies.threadpool]
version = "1.8.1"
[lib]
name = "greyjack"
path = "src/lib.rs"
[package]
authors = ["CameleoGrey (Egor Chnegov) <cameleogrey@yandex.ru>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "science", "algorithms", "data-structures", "web-programming"]
description = "Rust version of GreyJack Solver for constraint continuous, integer, mixed integer optimization problems"
documentation = "https://github.com/CameleoGrey/greyjack-solver-rust/"
edition = "2021"
keywords = ["greyjack", "solver", "optimization", "metaheuristic", "polars"]
license = "MIT OR Apache-2.0"
name = "greyjack"
readme = "README.md"
repository = "https://github.com/CameleoGrey/greyjack-solver-rust/"
version = "0.4.9"