trinket_m0 0.3.0

Board Support crate for the Adafruit Trinket M0
Documentation
# 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]
name = "trinket_m0"
version = "0.3.0"
authors = ["Ben Bergman <ben@benbergman.ca>"]
description = "Board Support crate for the Adafruit Trinket M0"
documentation = "https://atsamd-rs.github.io/atsamd/atsamd21e18a/trinket_m0/"
readme = "README.md"
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/atsamd-rs/atsamd"
[dependencies.atsamd-hal]
version = "~0.5"
default-features = false

[dependencies.cortex-m]
version = "~0.5"

[dependencies.cortex-m-rt]
version = "~0.6"
optional = true

[dependencies.embedded-hal]
version = "~0.2"

[dependencies.nb]
version = "~0.1"
[dev-dependencies.panic-halt]
version = "~0.2"

[features]
default = ["rt", "atsamd-hal/samd21e18a"]
rt = ["cortex-m-rt", "atsamd-hal/samd21e18a-rt"]
unproven = ["atsamd-hal/unproven"]
use_semihosting = []