[dependencies]
[lib]
name = "perix"
path = "src/lib.rs"
[package]
authors = ["Sarmad Gulzar"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "hardware-support", "no-std"]
description = "A Rust library for peripheral device drivers"
documentation = "https://docs.rs/perix"
edition = "2024"
homepage = "https://github.com/sarmadgulzar/perix"
keywords = ["embedded", "peripheral", "driver", "hal"]
license = "MIT"
name = "perix"
readme = "README.md"
repository = "https://github.com/sarmadgulzar/perix"
version = "0.1.0"