u-nesting 0.1.0

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

[features]
d2 = ["dep:u-nesting-d2"]
d3 = ["dep:u-nesting-d3"]
default = [
    "d2",
    "d3",
]
serde = [
    "u-nesting-core/serde",
    "u-nesting-d2?/serde",
    "u-nesting-d3?/serde",
]

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

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

[dependencies.u-nesting-d2]
version = "0.1.0"
optional = true

[dependencies.u-nesting-d3]
version = "0.1.0"
optional = true