# 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" rust-version = "1.82" name = "rustsbi-jh7110" version = "0.2.0" authors = ["RustSBI JH7110 developers"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "RustSBI implementation for the JH7110 SoC" readme = "README.md" keywords = [ "riscv", "jh7110", "pac", "soc", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "GPL-3.0-only" repository = "https://codeberg.org/weathered-steel/rustsbi-jh7110" [package.metadata.docs.rs] targets = [ "riscv64gc-unknown-none-elf", "riscv64imac-unknown-none-elf", ] [lib] name = "rustsbi_jh7110" path = "src/lib.rs" [[bin]] name = "rustsbi-jh7110" path = "src/main.rs" [dependencies.bit_field] version = "0.10" [dependencies.embedded-alloc] version = "0.5" [dependencies.embedded-hal] version = "1.0.0" [dependencies.embedded-hal-nb] version = "1.0.0" [dependencies.fdt] version = "3.1" package = "flat_device_tree" [dependencies.hal] version = "0.4.1" features = ["rt"] package = "jh71xx-hal" [dependencies.log] version = "0.4" [dependencies.nb] version = "1" [dependencies.paste] version = "1.0" [dependencies.riscv] version = "0.12" [dependencies.rustsbi] version = "0.4.0" features = ["machine"] [dependencies.sbi-spec] version = "0.0.8" [dependencies.spin] version = "0.9" [features] test-kernel = []