[package] name = "zynq7000" version = "0.1.0" authors = ["Robin Mueller "] edition = "2024" description = "PAC for the Zynq7000 family of SoCs" homepage = "https://egit.irs.uni-stuttgart.de/rust/zynq7000-rs" repository = "https://egit.irs.uni-stuttgart.de/rust/zynq7000-rs" license = "MIT OR Apache-2.0" keywords = ["no-std", "arm", "cortex-a", "amd", "zynq7000"] categories = ["embedded", "no-std", "hardware-support"] [dependencies] static_assertions = "1.1" derive-mmio = { git = "https://github.com/us-irs/derive-mmio", branch = "inner-mmio-by-shared-ref", default-features = false } bitbybit = "1.3" arbitrary-int = "1.3" rustversion = "1" thiserror = { version = "2", default-features = false } once_cell = { version = "1", default-features = false, features = ["critical-section"] } [dev-dependencies] approx = "0.5" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--generate-link-to-definition"]