# 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 = "sifive-core" version = "0.1.0" description = "Low level access to SiFive RISC-V processor cores" documentation = "https://docs.rs/sifive-core" readme = "README.md" keywords = ["riscv", "register"] categories = ["embedded", "hardware-support", "no-std"] license = "MulanPSL-2.0" repository = "https://github.com/luojia65/sifive-core" resolver = "2" [package.metadata.docs.rs] default-target = "riscv64imac-unknown-none-elf" targets = ["riscv32i-unknown-none-elf", "riscv32imc-unknown-none-elf", "riscv32imac-unknown-none-elf", "riscv64imac-unknown-none-elf", "riscv64gc-unknown-none-elf"] [dependencies.bit_field] version = "0.10" [dependencies.bitflags] version = "1.3"