[package] name = "bin_packer_3d" version = "2.0.0-beta-1" authors = ["modulitos "] edition = "2018" repository = "https://github.com/modulitos/bin_packer_3d" description = "Three dimensional fitting algorithm to fit smaller boxes inside of a larger box" documentation = "https://docs.rs/bin_packer_3d" keywords = ["packing", "pack", "bin", "box", "3d"] license = "MIT" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0.20"