# 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 = "longan-nano" version = "0.3.0" authors = ["Vadim Kaushan "] description = "Board support package for the Longan Nano board" keywords = ["riscv", "gd32", "bsp"] categories = ["embedded", "hardware-support", "no-std"] license = "ISC" repository = "https://github.com/riscv-rust/longan-nano" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" features = ["lcd"] rustdoc-args = ["--cfg", "docsrs"] [[example]] name = "display" required-features = ["lcd"] [[example]] name = "ferris" required-features = ["lcd"] [[example]] name = "sdcard_test" required-features = ["sdcard"] [dependencies.embedded-hal] version = "0.2.6" [dependencies.embedded-sdmmc] version = "0.3.0" optional = true [dependencies.gd32vf103xx-hal] version = "0.5.0" [dependencies.nb] version = "1.0.0" [dependencies.riscv] version = "0.6.0" [dependencies.st7735-lcd] version = "0.8.1" optional = true [dev-dependencies.embedded-graphics] version = "0.7.1" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.riscv-rt] version = "0.8.0" [dev-dependencies.ushell] version = "0.3.3" [features] lcd = ["st7735-lcd"] sdcard = ["embedded-sdmmc"]