# 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 = "async-gcode" version = "0.3.0" authors = ["Wilfried Chauveau "] description = "An async gcode parser for no_std targets." readme = "README.md" keywords = [ "async", "await", "gcode", ] categories = [ "asynchronous", "embedded", "no-std", "parsing", ] license = "MIT" repository = "https://github.com/ithinuel/async-gcode" resolver = "2" [dependencies.either] version = "^1" default-features = false [dependencies.futures] version = "0.3.21" default-features = false [dependencies.pin-project-lite] version = "0.2.9" [dev-dependencies.futures-executor] version = "0.3.21" [features] default = ["std"] optional-value = [] parse-checksum = [] parse-comments = [] parse-expressions = [] parse-parameters = [] parse-trailing-comment = [] std = [] string-value = [] [badges.maintenance] status = "experimental"