# 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 = "printhor-hwa-common" version = "0.0.3" authors = ["Carlos Barrales Ruiz "] description = "Printor harware abstraction utillery" homepage = "https://github.com/cbruiz/printhor" documentation = "https://docs.rs/printhor-hwa_common" readme = "README.md" keywords = [ "hardware", "abstration", "library", "printhor", ] categories = ["hardware-support"] license = "MIT" repository = "https://github.com/cbruiz/printhor" [lib] [dependencies.bitflags] version = "2.4.1" features = ["bytemuck"] default-features = false [dependencies.defmt] version = "0.3" optional = true default-features = false [dependencies.embassy-sync] version = "0.5.0" features = [] [dependencies.embassy-time] version = "0.3.0" features = [] [dependencies.embedded-graphics-core] version = "0.3.3" optional = true [dependencies.embedded-hal] version = "1.0.0" default-features = false [dependencies.embedded-hal-02] version = "0.2.7" features = ["unproven"] package = "embedded-hal" [dependencies.log] version = "0.4.20" optional = true default-features = false [dependencies.portable-atomic] version = "1.6.0" features = ["critical-section"] default-features = false [dependencies.static_cell] version = "2.0.0" features = [] default-features = false [features] nightly = [] with-defmt = ["defmt"] with-hotbed = [] with-hotend = [] with-log = ["log"] with-motion = [] with-ui = ["embedded-graphics-core"]