1[package] 2name = "smccc" 3version = "0.1.1" 4edition = "2021" 5license = "MIT OR Apache-2.0" 6description = "Functions and constants for the Arm SMC Calling Convention (SMCCC) 1.4 and Arm Power State Coordination Interface (PSCI) 1.1 on aarch64." 7authors = ["Andrew Walbran <qwandor@google.com>"] 8repository = "https://github.com/google/smccc" 9keywords = ["arm", "aarch64", "cortex-a", "smccc", "psci"] 10categories = ["embedded", "no-std", "hardware-support"] 11 12[dependencies] 13 14[package.metadata.docs.rs] 15default-target = "aarch64-unknown-none" 16