# 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.75" name = "mipidsi" version = "0.8.0" authors = ["Ales Katona "] description = "MIPI Display Command Set compatible generic driver" documentation = "https://docs.rs/mipidsi" readme = "README.md" keywords = [ "embedded-hal-driver", "mipi", "dcs", "display", ] license = "MIT" repository = "https://github.com/almindor/mipidsi" [dependencies.display-interface] version = "0.5.0" [dependencies.embedded-graphics-core] version = "0.4.0" [dependencies.embedded-hal] version = "1.0.0" [dependencies.heapless] version = "0.8.0" optional = true [dependencies.nb] version = "1.0.0" [dev-dependencies.display-interface-parallel-gpio] version = "0.7.0" [dev-dependencies.display-interface-spi] version = "0.5.0" [dev-dependencies.embedded-graphics] version = "0.8.0" [features] batch = ["heapless"] default = ["batch"]