# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nuki-backend-hifb" version = "0.2.0" authors = ["Varphone Wong "] description = "A HiFB + HiTDE drawing backend for the Nuki 2D immediate GUI library.\n" homepage = "https://github.com/vaxpl/nuki-backend-hifb" documentation = "https://docs.rs/nuki-backend-hifb" readme = "README.md" categories = ["embedded", "asynchronous"] license = "MIT" [dependencies.himpp] version = "0.3" [dependencies.nuki] version = "0.3" [features] default = [] hi3516ev200 = ["himpp/hi3516ev200"] hi3516ev300 = ["himpp/hi3516ev300"] hi3518ev200 = ["himpp/hi3518ev200"] hi3518ev300 = ["himpp/hi3518ev300"] hi3519av100 = ["himpp/hi3519av100"] hi3531v100 = ["himpp/hi3531v100"] hi3559av100 = ["himpp/hi3559av100", "himpp/hifb", "himpp/hitde", "himpp/mpi-sys"] static-link = ["himpp/static-link"]