[package] name = "pi-pinout" version = "0.1.3" edition = "2021" description = "A crate to translate between GPIO pin label types" authors = ["Forest Anderson "] license = "MIT OR Apache-2.0" repository = "https://github.com/AngelOnFira/pi-pinout" documentation = "https://docs.rs/pi-pinout" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.145", features = ["derive"] }