[package] name = "rrs-succinct" version = "0.1.0" authors = ["Greg Chadwick "] edition = "2018" license = "Apache-2.0" keywords = ["riscv", "risc-v", "simulator", "emulator"] categories = ["emulators"] description = "A library for building RISC-V instruction set simulators" homepage = "https://gregchadwick.co.uk/blog/building-rrs-pt1/" repository = "https://github.com/GregAC/rrs/tree/main/rrs-lib" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] paste = "1.0" downcast-rs = "1.2.0" num_enum = "0.5.3"