gcode2obj 0.7.0

[Wavefront obj] Visualization tool for inspecting a g-code file.
# 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"
rust-version = "1.94"
name = "gcode2obj"
version = "0.7.0"
authors = ["martin <martinfrances107@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "[Wavefront obj] Visualization tool for inspecting a g-code file. "
homepage = "https://github.com/martinfrances107/gcode-nom"
readme = "README.md"
keywords = [
    "visualization",
    "gcode",
    "parser-combinator",
]
categories = []
license = "MIT"
repository = "https://github.com/martinfrances107/gcode-nom"
resolver = "2"

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

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

[dependencies.env_logger]
version = "0.11.8"

[dependencies.gcode-nom]
version = "0.6.2"

[dependencies.hashbrown]
version = "0.17.0"

[dependencies.log]
version = "0.4.28"