# 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 = "2018" name = "rgbobj" version = "0.4.0" authors = [ "ISSOtm ", "Rangi42", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line program to print out RGBDS object files." readme = "README.md" keywords = [ "rgbds", "gameboy", "asm", "assembly", "gamedev", ] categories = [ "command-line-utilities", "development-tools::debugging", "game-development", ] license = "MIT" repository = "https://github.com/gbdev/rgbobj" [profile.release] lto = true panic = "abort" [[bin]] name = "rgbobj" path = "src/main.rs" [dependencies.clap] version = "3.2" features = [ "cargo", "wrap_help", ] [dependencies.paste] version = "1.0" [dependencies.rgbds-obj] version = "0.3.0" [dependencies.sigpipe] version = "0.1.3" [dependencies.termcolor] version = "1.1.2"