# 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-win" version = "0.1.4" authors = ["James Dietz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A winnow parser for .gcode files" readme = "README.md" keywords = [ "gcode", "parser", "g-code", "3d", "printing", ] categories = ["parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/mj10021/g-win/" [lib] name = "g_win" path = "src/lib.rs" [dependencies.annotate-snippets] version = "0.11.4" [dependencies.serde] version = "1.0.214" features = ["derive"] optional = true [dependencies.winnow] version = "0.6.20" features = ["simd"] [features] serde = ["dep:serde"]