[package]
edition = "2021"
name = "u-nesting-cutting"
version = "0.7.2"
authors = ["iyulab"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cutting path optimization for U-Nesting spatial optimization engine"
readme = "README.md"
keywords = [
"cutting",
"path-optimization",
"laser",
"nesting",
]
categories = [
"algorithms",
"mathematics",
]
license = "MIT"
repository = "https://github.com/iyulab/U-Nesting"
[features]
default = []
serde = [
"dep:serde",
"u-nesting-core/serde",
]
[lib]
name = "u_nesting_cutting"
path = "src/lib.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[dependencies.log]
version = "0.4"
[dependencies.rand]
version = "0.9"
[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true
[dependencies.thiserror]
version = "2.0"
[dependencies.u-nesting-core]
version = "0.7.2"
[dev-dependencies.approx]
version = "0.5"
[dev-dependencies.proptest]
version = "1.5"
[dev-dependencies.u-nesting-d2]
version = "0.7.2"