# 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 = "rubbler" version = "0.1.2" authors = ["Fuad Ismail"] description = """ Rubbler is a RISC-V assembler written in Rust 🦀. This library was written with the main purpose of embedding a simple RISC-V assembler inside of a RISC-V CPU test bench code written with verilator. """ readme = "README.md" keywords = [ "assembler", "risc-v", ] license = "MIT OR Apache-2.0" repository = "https://github.com/fuad1502/rubbler" [lib] name = "rubbler" crate-type = [ "staticlib", "lib", ] [[bin]] name = "rubble" [dependencies] [build-dependencies.cbindgen] version = "0.24.0"