# 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 = "babushka" version = "0.1.10" description = "bin packing and nesting library" homepage = "https://github.com/davefol/babushka" readme = "README.md" keywords = [ "nesting", "packing", "geometry", ] license = "MIT" [dependencies.anyhow] version = "1.0.87" features = ["backtrace"] [dependencies.approx] version = "0.5.1" [dependencies.font8x8] version = "0.3.1" optional = true [dependencies.gif] version = "0.13.1" optional = true [dependencies.itertools] version = "0.13.0" [dependencies.libc] version = "0.2" [dependencies.minifb] version = "0.27" optional = true [dependencies.num-traits] version = "0.2.19" [dependencies.petgraph] version = "0.6.5" [build-dependencies.bindgen] version = "0.65" [build-dependencies.cc] version = "1.0" [features] default = ["example"] example = [ "minifb", "raster", "gif", ] raster = ["font8x8"]