[package] name = "five32-instruction-set" version = "0.1.0" edition = "2021" description = "Definitions for an implementation of the RISC-V instruction set." license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # -- # Packages from crates.io bitvec = "1.0.1" funty = "2.0.0" lazy_static = "1.4.0" paste = "1.0.9" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" strum = "0.24" strum_macros = "0.24.3"