vexide-startup 0.4.1

Support code for V5 Brain user program booting
Documentation
[dependencies.bitflags]
version = "2.4.2"

[dependencies.compile-time]
version = "0.2.0"

[dependencies.vex-sdk]
version = "0.26.0"

[dependencies.vexide-core]
default-features = false
version = "0.6.0"

[[example]]
name = "booting"
path = "examples/booting.rs"

[features]
default = []

[lib]
name = "vexide_startup"
path = "src/lib.rs"

[lints.clippy]
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_sign_loss = "allow"
doc_markdown = "allow"
match_bool = "allow"
missing_const_for_fn = "warn"
missing_panics_doc = "allow"
module_name_repetitions = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_op_in_unsafe_fn = "deny"

[lints.rust.future_incompatible]
level = "warn"
priority = -1

[lints.rust.let_underscore]
level = "warn"
priority = -1

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1

[lints.rust.rust_2024_compatibility]
level = "warn"
priority = -1

[lints.rust.unexpected_cfgs]
check-cfg = ['cfg(target_vendor, values("vex"))']
level = "warn"
priority = 0

[package]
authors = ["vexide", "Gavin Niederman <gavinniederman@gmail.com>", "doinkythederp <doinkythederp@icloud.com>", "Tropical"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["no-std", "science::robotics"]
description = "Support code for V5 Brain user program booting"
edition = "2021"
keywords = ["Robotics", "startup", "vex", "v5"]
license = "MIT"
name = "vexide-startup"
readme = "README.md"
repository = "https://github.com/vexide/vexide"
version = "0.4.1"

[package.metadata.docs.rs]
targets = ["armv7a-none-eabi"]