gcode-nom 0.7.0

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

[lib]
name = "gcode_nom"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.crc32fast]
version = "1.4.2"

[dependencies.heatshrink]
version = "0.2.0"

[dependencies.inflate]
version = "0.4.5"

[dependencies.log]
version = "0.4.28"

[dependencies.meatpack]
version = "0.0.3"

[dependencies.nom]
version = "8.0.0"

[dev-dependencies.insta]
version = "1.43.2"