[]
# MSRV in Cargo.toml is 1.83 for library consumers.
# This pin gives agents, CI, and reviewers a reproducible toolchain.
= "1.85.1"
= "default"
= ["rustfmt", "clippy", "rust-src", "rust-docs"]
= [
"thumbv7em-none-eabihf", # Cortex-M4F (embedded robot controller MCU)
"riscv32imac-unknown-none-elf", # RISC-V 32-bit (edge safety-gate companion)
"x86_64-unknown-linux-gnu", # Host development + paper-lock
]