# 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 = "2018" name = "maker-panel" version = "0.13.0" authors = ["Tom "] description = "Generator for modular mechanical panels" license = "MIT" [dependencies.cel-interpreter] version = "0.2" [dependencies.conv] version = "0.3" [dependencies.dyn-clone] version = "1.0" [dependencies.embedded-graphics] version = "0.1" optional = true [dependencies.geo] version = "0.16" [dependencies.geo-booleanop] version = "0.3.2" [dependencies.gerber-types] version = "0.2" [dependencies.ibm437] version = "0.1" optional = true [dependencies.lyon] version = "0.17" optional = true [dependencies.nom] version = "6" features = ["alloc"] default-features = false [dependencies.png] version = "0.16" optional = true [dependencies.resvg] version = "0.12" default-features = false [dependencies.stl_io] version = "0.6" optional = true [dependencies.structopt] version = "0.3" [dependencies.typenum] version = "1.12" [dependencies.usvg] version = "0.12" default-features = false [dependencies.zip] version = "0.5" default-features = false [dev-dependencies.test-case] version = "1.0" [features] default = [ "tessellate", "text", ] tessellate = [ "lyon", "stl_io", ] text = [ "ibm437", "embedded-graphics", "png", "resvg/text", "usvg/text", ]