# 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_cli" version = "0.3.0" authors = ["Tony Finn "] autotests = false description = "Olympia is a gameboy emulator and toolkit, intended to run\nas a native or web assembly application targeting a cycle \ncount accurate emulation. olympia_cli contains tools to debug\nthe olympia emulator and rom files.\n" homepage = "https://gitlab.com/tonyfinn/olympia" documentation = "https://docs.rs/olympia_cli" 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.derive_more] version = "0.99.5" [dependencies.olympia_engine] version = "0.3.0" features = ["disassembler", "std"] [dependencies.structopt] version = "0.3.3" [badges.gitlab] branch = "master" repository = "tonyfinn/olympia"