svg2gcode 0.3.4

Convert paths in SVG files to GCode for a pen plotter, laser engraver, or other machine.
Documentation
# 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"
version = "0.3.4"
authors = ["Sameer Puri <crates@purisa.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert paths in SVG files to GCode for a pen plotter, laser engraver, or other machine."
readme = false
license = "MIT"
repository = "https://github.com/sameer/svg2gcode"
resolver = "2"

[features]
serde = [
    "dep:serde",
    "dep:serde_repr",
    "g-code/serde",
]

[lib]
name = "svg2gcode"
path = "src/lib.rs"

[dependencies.euclid]
version = "0.22"

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

[dependencies.log]
version = "0"

[dependencies.lyon_geom]
version = "=1.0.6"

[dependencies.paste]
version = "1"

[dependencies.roxmltree]
version = "0.21"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "std",
]
optional = true
default-features = false

[dependencies.serde_repr]
version = "0.1"
optional = true

[dependencies.svgtypes]
version = "0.16"

[dependencies.uom]
version = "0.38"

[dev-dependencies.cairo-rs]
version = "0.22"
features = [
    "svg",
    "v1_16",
]
default-features = false

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.serde_json]
version = "1"