# 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.72" name = "crankit-sys" version = "1.0.0-rc.3" authors = ["Jonathan Cornaz"] description = "Generated bindings for the playdate C API" readme = "README.md" keywords = [ "playdate", "gamedev", "ffi", "no_std", ] categories = [ "external-ffi-bindings", "game-development", ] license = "Unlicense" repository = "https://github.com/jcornaz/crankit-sys" [profile.dev] panic = "abort" [profile.release] panic = "abort" [[example]] name = "minimal" crate-type = [ "staticlib", "cdylib", ] [[example]] name = "hello_world" crate-type = [ "staticlib", "cdylib", ] [dev-dependencies.libm] version = "0.2.8" [build-dependencies.bindgen] version = "0.69.1"