u-nesting-cutting 0.7.2

Cutting path optimization 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-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"