# 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" rust-version = "1.71" name = "m5cardputer" version = "0.1.1" authors = ["Kevin "] description = "esp-idf-hal-based board support for the M5Stack Card Computer" documentation = "https://docs.rs/m5cardputer" readme = "README.md" keywords = [ "m5stack", "embedded-graphics", "card", "computer", "cardputer", ] categories = [ "embedded", "hardware-support", ] license = "GPL-3.0+" repository = "https://git.sr.ht/~doesnotcompete/m5cardputer" resolver = "2" [profile.dev] opt-level = "z" debug = 2 [profile.release] opt-level = "s" [dependencies.ambassador] version = "0.3.5" [dependencies.display-interface-spi] version = "0.4" [dependencies.embedded-graphics] version = "0.8" [dependencies.embedded-hal] version = "0.2.7" [dependencies.esp-idf-svc] version = "0.47" default-features = false [dependencies.keypad] version = "0.2" [dependencies.mipidsi] version = "0.7" [build-dependencies.embuild] version = "0.31.3" [features] alloc = ["esp-idf-svc/alloc"] default = [ "std", "embassy", "esp-idf-svc/native", ] embassy = [ "esp-idf-svc/embassy-sync", "esp-idf-svc/critical-section", "esp-idf-svc/embassy-time-driver", ] std = [ "alloc", "esp-idf-svc/binstart", "esp-idf-svc/std", ]