# 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 = "2021" name = "g-code" version = "0.5.1" authors = ["Sameer Puri "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "g-code parsing and emission" documentation = "https://docs.rs/g-code" readme = "README.md" keywords = [ "gcode", "g-code", "plotter", "cnc", ] categories = ["parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/sameer/g-code" [lib] name = "g_code" path = "src/lib.rs" [[example]] name = "parse" path = "examples/parse.rs" [dependencies.codespan] version = "0.11" optional = true [dependencies.codespan-reporting] version = "0.11" optional = true [dependencies.nom] version = "7.1" optional = true [dependencies.paste] version = "1" [dependencies.peg] version = "0.8" [dependencies.rust_decimal] version = "1.36" default-features = false [dependencies.serde] version = "1" features = ["derive"] optional = true default-features = false [dev-dependencies.pretty_assertions] version = "1" [features] binary = ["dep:nom"] codespan_helpers = [ "codespan", "codespan-reporting", ] default = [ "binary", "codespan_helpers", ] serde = [ "dep:serde", "rust_decimal/serde", ] [badges.is-it-maintained-issue-resolution] repository = "sameer/g-code" [badges.is-it-maintained-open-issues] repository = "sameer/g-code" [badges.maintenance] status = "passively-maintained"