# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "riscv2" version = "0.1.2" description = "Low level access to RISC-V processors" keywords = ["riscv", "register", "peripheral"] categories = ["embedded", "hardware-support", "no-std"] license = "ISC" repository = "https://github.com/SmiteWindows/riscv2" [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.bare-metal] version = "1.0.0" [dependencies.bit_field] version = "0.10.1"