[dependencies.gba_test_macros]
optional = true
version = "0.4.0"
[dependencies.log]
optional = true
version = "0.4.20"
[dev-dependencies.claims]
version = "0.8.0"
[dev-dependencies.mgba_log]
version = "0.2.1"
[features]
default = ["macros"]
log = ["dep:log"]
macros = ["dep:gba_test_macros"]
[lib]
name = "gba_test"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(doc_cfg)"]
level = "warn"
priority = 0
[package]
authors = ["Anders Evensen"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["development-tools::testing", "game-development", "no-std", "no-std::no-alloc"]
description = "Testing framework for the Game Boy Advance."
edition = "2024"
keywords = ["gba", "test", "testing", "framework", "development"]
license = "MIT OR Apache-2.0"
name = "gba_test"
readme = "README.md"
repository = "https://github.com/Anders429/gba_test"
version = "0.4.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "doc_cfg"]
targets = ["armv5te-unknown-linux-gnueabi"]
[profile.dev]
debug = 2
opt-level = 3
[profile.release]
lto = true