# 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 = "playdate-rs-sys" version = "0.0.12" authors = ["Wenyu Zhao "] description = "Raw unsafe Rust bindings for the Playdate SDK C-API" homepage = "https://github.com/rusty-crank/playdate-rs" documentation = "https://docs.rs/playdate-rs-sys" readme = "README.md" keywords = [ "playdate", "gamedev", ] categories = [ "api-bindings", "embedded", "game-development", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rusty-crank/playdate-rs" [[bin]] name = "gen-thumbv7em-binding" path = "src/bin/gen-thumbv7em-binding.rs" required-features = ["generate"] [dependencies.bindgen] version = "0.65.1" optional = true [dependencies.home] version = "0.5.5" optional = true [build-dependencies.bindgen] version = "0.65.1" [build-dependencies.home] version = "0.5.5" [features] generate = [ "bindgen", "home", ]