# 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 = "sam4e_xplained_pro" version = "0.1.3" authors = ["John W. Terrell "] description = "Board support crate for the Microchip/Atmel SAM4E_XPlained_Pro development board" keywords = ["arm", "cortex-m", "atsam4", "atsam4e", "atsam4e16e"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/atsam4-rs/sam4_xplained" [dependencies.atsam4-hal] version = "0.1.12" features = ["atsam4e16e"] default-features = false [dependencies.cortex-m] version = "0.7.2" [dependencies.cortex-m-rt] version = "~0.6.12" optional = true [dependencies.cortex-m-semihosting] version = "~0.3" [dependencies.embedded-hal] version = "~0.2.4" [dependencies.nb] version = "~0.1" [dependencies.panic-abort] version = "~0.3" optional = true [dependencies.panic-halt] version = "~0.2" optional = true [dependencies.panic-semihosting] version = "~0.5" features = ["jlink-quirks"] optional = true [dependencies.paste] version = "1.0" [dev-dependencies.cortex-m-rtic] version = "0.5.5" [features] default = ["rt", "panic_semihosting"] panic_abort = ["panic-abort"] panic_halt = ["panic-halt"] panic_semihosting = ["panic-semihosting"] rt = ["cortex-m-rt"] use_semihosting = []