# 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-build-utils" version = "0.3.5" authors = ["Alex Koz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utils that help to build program with Rust and Playdate API" homepage = "https://github.com/boozook/playdate" readme = "README.md" keywords = [ "playdate", "utility", ] categories = ["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_build_utils" path = "src/lib.rs" [dependencies.dirs] version = "5.0" [dependencies.log] version = "0.4" optional = true [features] cargo-message = [] default = [ "log", "cargo-message", ] [target.'cfg(target_os = "windows")'.dependencies.windows-registry] version = "0.2" [badges.maintenance] status = "actively-developed"