# 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 = "thorium" version = "0.4.0" authors = ["Lokathor "] autobins = false description = "Lokathor does stuff, ium" readme = "README.md" keywords = ["lokathor"] license = "0BSD" repository = "https://github.com/Lokathor/thorium" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [profile.dev] opt-level = 3 panic = "abort" [profile.release] lto = true codegen-units = 1 panic = "abort" [lib] name = "thorium" crate-type = ["rlib", "cdylib"] [[bin]] name = "thorium" path = "src/bin/main.rs" [dependencies.beryllium] version = "0.0.10" [dependencies.gba-proc-macro] version = "0.5" [features] avoid_std = ["sdl2_alloc"] default = ["hotloading", "avoid_std"] dynamic_link = [] hotloading = ["dynamic_link"] just_a_no_std_lib = ["avoid_std"] sdl2_alloc = [] [badges.appveyor] repository = "Lokathor/thorium" [badges.travis-ci] repository = "Lokathor/thorium"