# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "shakti_riscv_hal" version = "0.1.2" authors = ["Yashwanth Singh M "] exclude = [".gitignore"] description = "Hardware abstraction layer for Shakti processor" documentation = "https://docs.rs/stm32-hal2,https://shakti.org.in/docs/shakti-soc-user-manual.pdf,https://shakti.org.in/docs/shakti-soc-device-register-manual.pdf" readme = "README.md" license = "MIT" repository = "https://github.com/yashwanthsinghm/shakti_riscv_hal" [dependencies.panic-halt] version = "0.2.0" [dependencies.riscv] version = "0.10" [dependencies.riscv-rt] version = "0.11.0" [dependencies.tock-registers] version = "0.9.0" [dependencies.volatile-register] version = "0.2.2"