[package] name = "potpack" version = "0.1.2" authors = ["Adam Nemecek "] edition = "2018" keywords = ["packing", "bin-packing"] description = "Rust port of the potpack algorithm" license = "MIT" repository = "https://github.com/adamnemecek/potpack.git" homepage = "https://github.com/adamnemecek/potpack" documentation = "https://docs.rs/potpack" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]