nom-reprap-response 0.1.0

A nom-based parser for serial response for RepRap firmwares primarily targeting Marlin.
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 = "2018"
name = "nom-reprap-response"
version = "0.1.0"
authors = ["D1plo1d <thatotherdude@gmail.com>"]
description = "A nom-based parser for serial response for RepRap firmwares primarily targeting Marlin."
homepage = "https://github.com/D1plo1d/nom-reprap-response"
documentation = "https://docs.rs/nom-reprap-response"
keywords = ["reprap", "gcode", "marlin", "parser", "serial"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/D1plo1d/nom-reprap-response"

[[bench]]
name = "parse_response_benchmark"
harness = false
[dependencies.eyre]
version = "0.6.5"

[dependencies.log]
version = "0.4.8"

[dependencies.nom]
version = "6.0.0-alpha.1"
[dev-dependencies.colored]
version = "2.0.0"

[dev-dependencies.criterion]
version = "0.3.3"

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

[dev-dependencies.toml]
version = "0.5.8"