# 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 = "gba_env" version = "1.1.0" authors = ["Anatolij Vasilev "] build = false exclude = ["examples"] autobins = false autoexamples = false autotests = false autobenches = false description = "Crate for detecting the environment for GameBoy Advance ROMs (GBA/NDS/mGBA/VBA/gpSP/etc)" readme = "README.md" keywords = [ "gba", "agb", "gameboy-advance", ] categories = [ "no-std", "embedded", "game-development", ] license = "GPL-3.0 OR MIT OR Apache-2.0" repository = "https://github.com/tolik518/gba_env" [profile.dev] opt-level = 3 debug = 2 [profile.release] opt-level = 3 lto = "fat" debug = 0 [lib] name = "gba_env" path = "src/lib.rs" [dependencies]