# 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 = "mci-atsamd51" version = "0.1.0" authors = ["Michael van Niekerk "] description = "ATSAMD51 specific implementation for the MCI interface" keywords = ["embedded-hal-driver", "mci", "sdmmc", "mmc", "sdio"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/mvniekerk/mci-rs" [dependencies.atsamd-hal] version = "~0.8" optional = true default-features = false [dependencies.bit_field] version = "~0.10" [dependencies.cortex-m-rt] version = "~0.6" optional = true [dependencies.embedded-error] version = "^0.3" [dependencies.mci] version = "^0.1" [features] atsamd51 = ["rt", "atsamd-hal", "atsamd-hal/samd51", "unproven"] atsamd51j20a = ["atsamd51", "atsamd-hal/samd51j20a"] default = ["atsamd51j20a", "sdio", "mmc"] mmc = ["mci/mmc"] rt = ["cortex-m-rt", "atsamd-hal/samd51j20a-rt"] sdio = ["mci/sdio"] unproven = ["atsamd-hal/unproven"]