# 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 = "mipsasm" version = "2.0.1" description = "A MIPS assembler targeting the N64" documentation = "https://docs.rs/mipsasm" readme = "README.md" keywords = [ "mipsasm", "mips", "assembler", "assembly", "n64", ] categories = [ "command-line-utilities", "encoding", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/imaandrew/mipsasm/" [lib] name = "mipsasm" path = "src/lib.rs" [[bin]] name = "mipsasm" path = "src/bin/bin.rs" [dependencies.clap] version = "3.2.17" features = [ "cargo", "derive", ] [dependencies.indexmap] version = "1.9.1" [dependencies.num] version = "0.4.0" [dependencies.once_cell] version = "1.15.0" [dependencies.regex] version = "1.6.0" [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.3" [dependencies.thiserror] version = "1.0.32"