ruduino/Cargo.toml

37 lines
736 B
TOML

[workspace]
members = [
".",
"./core_generator",
]
[package]
name = "ruduino"
version = "0.2.7"
edition = "2018"
authors = [
"The AVR-Rust Project Developers",
"Jake Goulding <jake.goulding@gmail.com>",
"Dylan McKay <me@dylanmckay.io>",
]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/avr-rust/ruduino"
description = """
Reusable components for AVR microcontrollers
"""
keywords = ["avr", "arduino", "uno"]
[features]
default = ["avr-std-stub"]
all-mcus = []
[dependencies]
avr-std-stub = { version = "1.0", optional = true }
const_env--value = "0.1"
target-cpu-macro = "0.1"
[package.metadata.docs.rs]
all-features = true # we specifically want to enable 'all-mcus' for documentation