# Copyright 2022 Arm Limited and/or its affiliates # # SPDX-License-Identifier: MIT [package] name = "corstone300-pac" version = "0.2.0" edition = "2021" authors = ["Arm Ltd."] license = "MIT" description = """ Peripheral Access Crate for the Arm(R) Corstone(TM)-300 Reference System """ repository = "https://gitlab.arm.com/firmware/corstone-hal-rs" [dependencies] cortex-m = "0.7.6" cortex-m-rt = { version = "0.7.1", optional = true } critical-section = { version = "1.1.1", optional = true } vcell = "0.1.3" [features] rt = ["cortex-m-rt/device"]