[[bin]]
name = "binpack"
path = "src/main.rs"
[dependencies.good_lp]
version = "1.13.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_yaml]
version = "0.9.34"
[lib]
name = "binpack"
path = "src/lib.rs"
[package]
authors = ["Brannon Dorsey <brannon@brannondorsey.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "algorithms"]
description = "solve binpacking problems using Linear Programming"
edition = "2024"
exclude = [".github/*"]
keywords = ["binpacking", "binpack", "linear-programming"]
license = "MIT OR Apache-2.0"
name = "binpack"
readme = "README.md"
repository = "https://github.com/brannondorsey/binpack"
version = "0.1.0"