[package] name = "riscy-isa" description = "Encodes and decodes streams of RISC-V instructions." license = "MIT" repository = "https://github.com/michaelmelanson/riscy" version = "0.1.1" authors = ["Michael Melanson "] edition = "2018" keywords = ["risc-v", "riscv"] categories = ["emulators", "encoding"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] "byteorder" = "1.4"