[package] name = "rf4463" version = "0.1.0" edition = "2021" authors = ["Stephen D "] description = "A simple, no-std library for interfacing with the SI4463 transceiver IC" repository = "https://gitlab.scd31.com/stephen/rf4463-lib/" license = "MIT" keywords = ["transceiver", "radio", "communication"] categories = ["no-std::no-alloc", "no-std", "embedded", "hardware-support"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] embedded-hal = "0.2.7"