[package] name = "teensy-loader" version = "0.1.2" description = "Rust implementation of PJRC's teensy_loader_cli" authors = ["Maciej Pasternacki "] edition = "2018" license = "GPL-3.0-or-later" homepage = "https://gitlab.com/teensy-rs/teensy-loader-rs" repository = "https://gitlab.com/teensy-rs/teensy-loader-rs" readme = "README.md" keywords = ["arm", "embedded", "teensy"] categories = ["command-line-utilities", "embedded"] [badges] gitlab = { repository = "teensy-rs/teensy-loader-rs" } maintenance = { status = "experimental" } [dependencies] elf = "0.0" failure = "0.1" clap = "2.33" rusb = "0.5"