[package] name = "rubidium" description = "Rb37" repository = "https://github.com/Lokathor/rubidium" version = "0.0.17" authors = ["Lokathor "] edition = "2018" license = "Zlib" [dependencies] [features] # Safety: If you enable this the crate will define all the MMIO addresses. # They are unsafe to use on any system other than the GBA, so this is your # opt-in to the unsafety involved. unsafe_addresses = [] [package.metadata.docs.rs] all-features = true