# 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 = "nust64" version = "0.4.1" authors = ["Luke Stadem "] description = "Build tools for compiling a Rust project into an N64 ROM." readme = "README.md" keywords = [ "n64", "mips", "mips3", "rom", ] categories = [ "command-line-utilities", "development-tools::build-utils", "hardware-support", "embedded", ] license = "MIT" repository = "https://github.com/rust-n64/nust64" [[bin]] name = "nust64" [dependencies.bpaf] version = "0.7" features = ["derive"] [dependencies.bytes] version = "1.1" [dependencies.camino] version = "1.1" [dependencies.crc] version = "2.1" [dependencies.object] version = "0.28" [dependencies.shlex] version = "1.1"