[package] name = "st7735" description = "Rust library for displays using the ST7735 driver" version = "0.1.0" authors = ["Anna Scholtz "] edition = "2018" license = "MIT" repository = "https://github.com/scholtzan/st7735-rs" default-target = "arm-unknown-linux-gnueabi " [dependencies] spidev = "0.3.0" sysfs_gpio = "0.5" num-traits = "0.2" num-derive = "0.2" num = "0.2"