u-nesting-core 0.3.1

Core traits and abstractions 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-core"
version = "0.3.1"
authors = ["iyulab"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits and abstractions for U-Nesting spatial optimization engine"
readme = "README.md"
keywords = [
    "nesting",
    "bin-packing",
    "optimization",
    "geometry",
]
categories = [
    "algorithms",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/iyulab/U-Nesting"

[features]
default = []
parallel = ["dep:rayon"]
serde = [
    "dep:serde",
    "u-geometry/serde",
]

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

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

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.9"

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

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

[dependencies.thiserror]
version = "2.0"

[dependencies.u-geometry]
version = "0.1"

[dependencies.u-metaheur]
version = "0.2"

[dependencies.u-numflow]
version = "0.2"

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

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

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.3"
features = ["wasm_js"]

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom_02]
version = "0.2"
features = ["js"]
package = "getrandom"