svg2gcode-web 0.0.18

Convert vector graphics to g-code for pen plotters, laser engravers, and other CNC machines
# 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 = "2024"
name = "svg2gcode-web"
version = "0.0.18"
authors = ["Sameer Puri <crates@purisa.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert vector graphics to g-code for pen plotters, laser engravers, and other CNC machines"
homepage = "https://sameer.github.io/svg2gcode/"
readme = false
license = "MIT"
repository = "https://github.com/sameer/svg2gcode"
resolver = "2"

[[bin]]
name = "svg2gcode-web"
path = "src/main.rs"

[dependencies.base64]
version = "0.22"

[dependencies.codespan]
version = "0.13"

[dependencies.codespan-reporting]
version = "0.13"

[dependencies.g-code]
version = "0.6.0"

[dependencies.gloo-file]
version = "0.3"
features = ["futures"]

[dependencies.gloo-timers]
version = "0.3"

[dependencies.js-sys]
version = "0.3"

[dependencies.log]
version = "0"

[dependencies.paste]
version = "1"

[dependencies.roxmltree]
version = "0.21"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.svg2gcode]
version = "0.3.4"
features = ["serde"]

[dependencies.svgtypes]
version = "0.16"

[dependencies.thiserror]
version = "1.0"

[dependencies.wasm-bindgen]
version = "0.2"

[dependencies.wasm-bindgen-futures]
version = "0.4"

[dependencies.wasm-logger]
version = "0.2"

[dependencies.web-sys]
version = "0.3"
features = []

[dependencies.yew]
version = "0.21"
features = ["csr"]

[dependencies.yewdux]
version = "0.11"

[dependencies.zip]
version = "0.6"
default-features = false