# 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 = "samd-dma" version = "0.3.0" authors = ["Adam Jacobus "] description = "DMA wrapper library for SAM micro-controllers" homepage = "https://proman21.github.io/samd-dma" documentation = "https://proman21.github.io/samd-dma" readme = "README.md" keywords = ["samd", "atsamd", "samd51", "samd21"] categories = ["embedded", "no-std", "hardware-support"] license = "MIT" repository = "https://github.com/proman21/samd-dma" [[example]] name = "simple" required-features = ["samd21j18a"] [dependencies.atsamd21e18a] version = "0.6.0" optional = true [dependencies.atsamd21g18a] version = "0.6.0" optional = true [dependencies.atsamd21j18a] version = "0.6.0" optional = true [dependencies.atsamd51g19a] version = "0.6.0" optional = true [dependencies.atsamd51j19a] version = "0.6.0" optional = true [dependencies.atsamd51j20a] version = "0.6.0" optional = true [dependencies.bitflags] version = "1.2.1" [dependencies.cortex-m] version = "0.6.2" [dependencies.paste] version = "0.1.18" [dependencies.smart-default] version = "0.6.0" [dependencies.typenum] version = "1.12" features = ["no_std"] [features] samd21 = [] samd21e18a = ["samd21", "atsamd21e18a"] samd21g18a = ["samd21", "atsamd21g18a"] samd21j18a = ["samd21", "atsamd21j18a"] samd51g19a = ["samd5x", "atsamd51g19a"] samd51j19a = ["samd5x", "atsamd51j19a"] samd51j20a = ["samd5x", "atsamd51j20a"] samd5x = [] [badges.maintenance] status = "actively-developed"