# 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" version = "0.1.11" authors = ["Alex Koz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bindgen configuration for Playdate API and utils." 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] features = [ "cli", "documentation", "extra-codegen", ] [lib] name = "playdate_bindgen" path = "src/lib.rs" [[bin]] name = "pdbindgen" path = "src/main.rs" required-features = ["cli"] [dependencies.bindgen] version = "0.69.4" default-features = false [dependencies.bindgen-cfg] version = "0.1" features = ["clap"] default-features = false package = "playdate-bindgen-cfg" [dependencies.clap] version = "4.5" features = [ "std", "env", "derive", "help", "usage", "color", ] optional = true [dependencies.html2md] version = "0.2.14" optional = true [dependencies.html5ever] version = "0.26.0" optional = true [dependencies.log] version = "0.4" optional = true [dependencies.markup5ever_rcdom] version = "0.2.0" optional = true [dependencies.prettyplease] version = "0.2" features = ["verbatim"] optional = true [dependencies.proc-macro2] version = "1.0" optional = true [dependencies.quote] version = "1.0" optional = true [dependencies.semver] version = "1.0" [dependencies.syn] version = "2.0" optional = true [dependencies.utils] version = "0.3" default-features = false package = "playdate-build-utils" [dependencies.which] version = "6.0" optional = true default-features = false [features] cli = [ "clap", "documentation", "extra-codegen", "pretty-please", "which-rustfmt", ] default = [ "runtime", "documentation", ] documentation = [ "extra-codegen", "html2md", "html5ever", "markup5ever_rcdom", ] extra-codegen = [ "syn", "proc-macro2", "quote", ] logging = [ "bindgen/logging", "utils/log", ] pretty-please = [ "bindgen/prettyplease", "prettyplease", ] runtime = ["bindgen/runtime"] static = ["bindgen/static"] which-rustfmt = [ "bindgen/which-rustfmt", "which", ] [badges.maintenance] status = "actively-developed"