# 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 = "xuantie" version = "0.0.5" description = "Low level access to T-Head XuanTie RISC-V processors" documentation = "https://docs.rs/xuantie" readme = "README.md" keywords = [ "riscv", "register", "peripheral", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MulanPSL-2.0" repository = "https://github.com/luojia65/xuantie" 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"