# 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-bindgen-cfg" version = "0.1.7" authors = ["Alex Koz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Minimal configuration for playdate-bindgen." homepage = "https://github.com/boozook/playdate" readme = "README.md" keywords = [ "playdate", "bindings", "ffi", "code-generation", ] categories = [ "development-tools::ffi", "development-tools::build-utils", ] license = "MIT OR Apache-2.0" repository = "https://github.com/boozook/playdate.git" [package.metadata.docs.rs] all-features = true cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] rustdoc-args = ["--show-type-layout"] [lib] name = "playdate_bindgen_cfg" path = "src/lib.rs" [dependencies.clap] version = "4.5" features = [ "std", "env", "derive", "help", ] optional = true [features] default = [] [badges.maintenance] status = "actively-developed"