# 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-hwi_nucleo_64_arduino_cnc_hat" version = "0.0.3" authors = ["Carlos Barrales Ruiz "] description = "Printhor Hardware Abstraction for STM32 Nucleo-64 with Arduino CNC Hat V3.x" homepage = "https://github.com/cbruiz/printhor" documentation = "https://docs.rs/printhor-hwi_nucleo_64_arduino_cnc_hat" readme = "README.md" keywords = [ "hardware", "abstraction", ] license = "MIT" repository = "https://github.com/cbruiz/printhor" [lib] [dependencies.alloc-cortex-m] version = "0.4.4" features = [] default-features = false [dependencies.async-gcode] version = "0" features = [ "parse-trailing-comment", "optional-value", "string-value", ] default-features = false [dependencies.cortex-m] version = "0.7.7" features = [ "inline-asm", "critical-section-single-core", ] [dependencies.defmt] version = "0.3" default-features = false [dependencies.embassy-executor] version = "0" features = [ "executor-interrupt", "executor-thread", "arch-cortex-m", ] default-features = false [dependencies.embassy-futures] version = "0" features = ["defmt"] [dependencies.embassy-stm32] version = "0" features = [ "rt", "memory-x", "exti", "unstable-pac", ] default-features = false [dependencies.embassy-sync] version = "0" features = ["defmt"] [dependencies.embassy-time] version = "0" features = ["defmt"] [dependencies.embassy-usb] version = "0" features = [] optional = true [dependencies.embedded-hal] version = "1" features = [] optional = true default-features = false [dependencies.embedded-hal-02] version = "0" features = ["unproven"] package = "embedded-hal" [dependencies.embedded-io-async] version = "0.6.1" features = [] optional = true default-features = false [dependencies.futures] version = "0.3.30" features = [] default-features = false [dependencies.printhor-hwa-common] version = "0.0.3" features = [] [features] ili9341_parallel = [] ili9341_spi = ["with-spi"] nightly = ["printhor-hwa-common/nightly"] nucleo64-f410rb = [ "embassy-time/tick-hz-100_000", "embassy-executor/task-arena-size-16384", "embassy-stm32/stm32f410rb", "embassy-stm32/time-driver-tim9", ] nucleo64-l476rg = [ "embassy-time/tick-hz-100_000", "embassy-executor/task-arena-size-16384", "embassy-stm32/stm32l476rg", "embassy-stm32/time-driver-tim5", ] sdcard-uses-spi = [] with-defmt = [ "printhor-hwa-common/with-defmt", "embassy-stm32/defmt", "embassy-executor/defmt", ] with-endstops = [] with-fan1 = ["embedded-hal"] with-hotbed = ["embedded-hal"] with-hotend = ["embedded-hal"] with-laser = ["embedded-hal"] with-layer-fan = ["embedded-hal"] with-motion = [] with-printjob = [] with-probe = ["embedded-hal"] with-sdcard = [] with-spi = ["embedded-hal"] with-trinamic = [] with-uart-port-1 = ["embedded-io-async"] with-usbserial = ["embassy-usb"]