# 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_mks_robin_nano" version = "0.0.3" authors = ["Carlos Barrales Ruiz "] description = "Printhor Hardware Abstraction for MKS Robin Nano v3.1 board" homepage = "https://github.com/cbruiz/printhor" documentation = "https://docs.rs/prinThor" 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.5.0" features = [ "executor-interrupt", "executor-thread", "arch-cortex-m", "task-arena-size-16384", ] default-features = false [dependencies.embassy-futures] version = "0.1.1" features = [] [dependencies.embassy-stm32] version = "0.1.0" features = [ "stm32f407ve", "defmt", "rt", "memory-x", "exti", "unstable-pac", "time-driver-tim4", ] default-features = false [dependencies.embassy-sync] version = "0.5.0" features = [] [dependencies.embassy-time] version = "0.3.0" features = ["tick-hz-1_000_000"] [dependencies.embassy-usb] version = "0.1.0" features = [] optional = true [dependencies.embedded-hal] version = "1.0.0" optional = true default-features = false [dependencies.embedded-hal-02] version = "0.2.7" features = ["unproven"] package = "embedded-hal" [dependencies.futures] version = "0.3.30" features = [] default-features = false [dependencies.printhor-hwa-common] version = "0.0.3" [features] ili9341_parallel = [] ili9341_spi = ["with-spi"] sdcard-uses-spi = [] with-defmt = ["printhor-hwa-common/with-defmt"] with-endstops = [] with-fan-layer-fan1 = ["embedded-hal"] with-hotbed = ["embedded-hal"] with-hotend = ["embedded-hal"] with-laser = ["embedded-hal"] with-motion = [] with-printjob = [] with-probe = ["embedded-hal"] with-sdcard = [] with-spi = ["embedded-hal"] with-trinamic = [] with-uart-port-1 = [] with-usbserial = ["embassy-usb"]