packer-3d 0.3.0

Packing algorithm for 3D container packing which optimizes for width, height, length, or all three.
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 = "packer-3d"
version = "0.3.0"
authors = ["R. Besson"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Packing algorithm for 3D container packing which optimizes for width, height, length, or all three."
readme = "README.md"
keywords = [
    "bin",
    "box",
    "packer",
]
license = "CC-BY-NC-SA-4.0"
repository = "https://github.com/R-Besson/n-dimensional-strip-packing"

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

[dependencies.fnv]
version = "1.0.7"

[profile.dev]
debug = 2
strip = false

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"