gcode 0.3.1

A gcode parser for no-std applications.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "gcode"
version = "0.3.1"
authors = ["Michael-F-Bryan <michaelfbryan@gmail.com>"]
description = "A gcode parser for no-std applications."
keywords = ["gcode", "parser"]
categories = ["no-std", "parser-implementations", "embedded"]
license = "MIT"
repository = "https://github.com/Michael-F-Bryan/gcode-rs"

[lib]
crate-type = ["rlib", "cdylib", "staticlib"]
[dependencies.arrayvec]
version = "0.4.7"

[dependencies.cfg-if]
version = "0.1.4"
optional = true
[dev-dependencies.pretty_assertions]
version = "0.5.1"

[features]
default = []
ffi = ["cfg-if"]
[badges.appveyor]
repository = "Michael-F-Bryan/gcode-rs"

[badges.travis-ci]
repository = "Michael-F-Bryan/gcode-rs"