[package] name = "vexide-devices" version = "0.2.0" edition = "2021" license = "MIT" description = "High level device bindings for vexide" keywords = ["Robotics", "bindings", "vex", "v5"] categories = [ "api-bindings", "no-std", "science::robotics", ] repository = "https://github.com/vexide/vexide" authors = [ "vexide", "Gavin Niederman ", "doinkythederp ", "Tropical" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] vexide-core = { version = "0.2.0", path = "../vexide-core" } vex-sdk = "0.14.0" snafu = { version = "0.8.0", default-features = false, features = [ "rust_1_61", "unstable-core-error", ] } mint = "0.5.9" no_std_io = { version = "0.6.0", features = ["alloc"] } bitflags = "2.4.2" smart-leds-trait = { version = "0.3.0", optional = true } [lints] workspace = true [features] dangerous_motor_tuning = [] smart_leds_trait = ["dep:smart-leds-trait"]