u-nesting-d2 0.3.2

2D nesting algorithms for U-Nesting spatial optimization engine
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 = "u-nesting-d2"
version = "0.3.2"
authors = ["iyulab"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "2D nesting algorithms for U-Nesting spatial optimization engine"
readme = "README.md"
keywords = [
    "nesting",
    "polygon",
    "2d",
    "nfp",
    "optimization",
]
categories = [
    "algorithms",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/iyulab/U-Nesting"

[features]
default = []
milp = ["dep:good_lp"]
parallel = [
    "dep:rayon",
    "u-nesting-core/parallel",
]
serde = [
    "dep:serde",
    "u-nesting-core/serde",
]

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

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[bench]]
name = "nfp_bench"
path = "benches/nfp_bench.rs"
harness = false

[dependencies.good_lp]
version = "1.10"
features = ["highs"]
optional = true
default-features = false

[dependencies.i_overlay]
version = "1.9"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.9"

[dependencies.rayon]
version = "1.10"
optional = true

[dependencies.rstar]
version = "0.12"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2.0"

[dependencies.u-nesting-core]
version = "0.3.1"

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.proptest]
version = "1.5"