# 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 = "2018" name = "stm32-fmc" version = "0.3.2" authors = ["Richard Meadows "] exclude = [".gitignore"] description = "Hardware Abstraction Layer for STM32 Memory Controllers (FMC/FSMC)" readme = "README.md" keywords = [ "stm32", "fmc", "sdram", "memory", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT/Apache-2.0" repository = "https://github.com/stm32-rs/stm32-fmc" [package.metadata.docs.rs] features = [ "sdram", "nand", ] [dependencies.defmt] version = "0.3" optional = true [dependencies.embedded-hal] version = "0.2.4" [dependencies.log] version = "^0.4.8" optional = true default-features = false [dev-dependencies.paste] version = "1.0" [features] default = [ "sdram", "nand", ] nand = [] sdram = [] trace-register-values = []