# 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 = "agb" version = "0.21.1" authors = [ "Corwin Kuiper ", "Gwilym Inzani ", ] build = "build.rs" exclude = [ "/tests", "/examples", ] autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for Game Boy Advance Development" homepage = "https://agbrs.dev" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/agbrs/agb" [package.metadata.docs.rs] cargo-args = ["-Zbuild-std=core,alloc"] default-target = "thumbv4t-none-eabi" [profile.dev] opt-level = 3 debug = 2 [profile.release] opt-level = 3 lto = "fat" debug = 2 [lib] name = "agb" path = "src/lib.rs" [dependencies.agb_fixnum] version = "0.21.1" [dependencies.agb_hashmap] version = "0.21.1" features = ["allocator_api"] [dependencies.agb_image_converter] version = "0.21.1" [dependencies.agb_macros] version = "0.21.1" [dependencies.agb_sound_converter] version = "0.21.1" [dependencies.bilge] version = "0.2" [dependencies.bitflags] version = "2" [dependencies.critical-section] version = "1.1.2" features = ["restore-state-u16"] [dependencies.once_cell] version = "1.20.1" features = ["critical-section"] default-features = false [dependencies.portable-atomic] version = "1.6.0" features = [ "unsafe-assume-single-core", "fallback", ] default-features = false [dependencies.qrcodegen-no-heap] version = "1.8" optional = true [features] backtrace = [ "testing", "dep:qrcodegen-no-heap", ] default = [ "backtrace", "testing", ] multiboot = [] testing = []