trellis_m4 0.2.0

Board Support crate for the Adafruit NeoTrellis M4 Express
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]
edition = "2018"
name = "trellis_m4"
version = "0.2.0"
authors = ["Tony Arcieri <bascule@gmail.com>", "Paul Sajna <sajattack@gmail.com>", "Wez Furlong <wez@wezfurlong.org>"]
description = "Board Support crate for the Adafruit NeoTrellis M4 Express"
documentation = "https://atsamd-rs.github.io/atsamd/atsamd51g19a/trellis_m4/"
readme = "README.md"
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/atsamd-rs/atsamd"
[package.metadata.docs.rs]
features = ["adxl343", "keypad-unproven"]
[profile.dev]
lto = false
codegen-units = 1
debug = true
incremental = false

[profile.release]
opt-level = "s"
lto = false
debug = true

[[example]]
name = "neopixel_accel"
required-features = ["adxl343"]

[[example]]
name = "neopixel_blink"

[[example]]
name = "neopixel_orientation"
required-features = ["adxl343"]

[[example]]
name = "neopixel_rainbow"

[[example]]
name = "neopixel_keypad"
required-features = ["keypad-unproven"]
[dependencies.adxl343]
version = "~0.4"
optional = true

[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.keypad]
version = "~0.1"
optional = true

[dependencies.nb]
version = "~0.1"
[dev-dependencies.cortex-m-rtfm]
version = "~0.4"

[dev-dependencies.cortex-m-semihosting]
version = "~0.3"

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

[dev-dependencies.panic-semihosting]
version = "~0.5"

[dev-dependencies.panic_rtt]
version = "~0.2"

[dev-dependencies.smart-leds]
version = "~0.1"

[features]
default = ["rt", "atsamd-hal/samd51g19a", "atsamd-hal/samd51"]
keypad-unproven = ["keypad", "unproven"]
rt = ["cortex-m-rt", "atsamd-hal/samd51g19a-rt"]
unproven = ["atsamd-hal/unproven"]