# 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 = "gcode-serial" version = "0.1.4" description = "A Rust lib to send Gcode via UART to 3D printers" readme = "README.md" license = "MIT" repository = "https://github.com/Lukas-Heiligenbrunner/gcode-serial.rs.git" [dependencies.anyhow] version = "1.0.71" [dependencies.event-listener] version = "2.5.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.regex] version = "1.8.1" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serialport] version = "4.2.0" default-features = false [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.tokio] version = "1" features = [ "rt", "sync", "time", ]