# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "olympia_disassembler" version = "0.1.1" authors = ["Tony Finn "] autotests = false description = "(DEPRECATED) Replaced by `olympia_cli disassemble`\n\nOlympia is a gameboy emulator and toolkit, intended to run\nas a native or web assembly application targeting a cycle \ncount accurate emulation. olympia_disassembler is a CLI\napp to disassemble a GB ROM.\n" homepage = "https://gitlab.com/tonyfinn/olympia" documentation = "https://docs.rs/olympia_disassembler" readme = "README.md" categories = ["emulators"] license = "GPL-3.0-or-later" repository = "https://gitlab.com/tonyfinn/olympia" [[test]] name = "integration" path = "tests/tests.rs" [dependencies.clap] version = "2.33.0" [dependencies.olympia_engine] version = "0.1.0" features = ["disassembler"] [dependencies.structopt] version = "0.3.3"