svg2gcode-cli 0.0.18

Command line interface for svg2gcode
# 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-cli"
version = "0.0.18"
authors = ["Sameer Puri <crates@purisa.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line interface for svg2gcode"
readme = false
license = "MIT"
repository = "https://github.com/sameer/svg2gcode"
resolver = "2"

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

[dependencies.clap]
version = "4"
features = ["derive"]

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

[dependencies.env_logger]
version = "0.11"

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

[dependencies.log]
version = "0"

[dependencies.roxmltree]
version = "0.21"

[dependencies.serde_json]
version = "1"

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

[dependencies.svgtypes]
version = "0.16"