# 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" rust-version = "1.78.0" name = "safeboy" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Safe bindings for SameBoy, a free and accurate Game Boy emulator" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/SnowyMouse/safeboy" [lib] name = "safeboy" path = "src/lib.rs" [dependencies.sameboy-sys] version = "0.1.2"