# 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 = "flashy64" version = "0.2.0" authors = ["Luke Stadem "] description = "CLI tool for interfacing with N64 flashcarts." readme = "README.md" keywords = [ "n64", "flashcart", "rom", ] categories = [ "command-line-utilities", "development-tools", "game-development", ] license = "MIT" repository = "https://github.com/bigbass1997/flashy64" [dependencies.bpaf] version = "0.7" features = ["derive"] [dependencies.crossterm] version = "0.23" [dependencies.env_logger] version = "0.9" [dependencies.flashy64-backend] version = "0.1.0" [dependencies.log] version = "0.4"