[package] name = "svg2gcode" version = "0.0.2" authors = ["Sameer Puri "] edition = "2018" description = "Convert paths in SVG files to GCode for a pen plotter, laser engraver, or other machine." repository = "https://github.com/sameer/svg2gcode" license = "MIT" [dependencies] g-code = ">= 0.2.4" lyon_geom = ">= 0.17.2" euclid = "0.22" log = "0" uom = "0.31.0" roxmltree = "0" svgtypes = "0" paste = "1" wasm-bindgen = { version = "0.2", optional = true } [features] wasmbind = [ "wasm-bindgen" ] [dev-dependencies] pretty_assertions = "0.6"