# 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 = "cargo-playdate" version = "0.5.5" authors = ["Alex Koz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Build tool for neat yellow console." homepage = "https://github.com/boozook/playdate" readme = "README.md" keywords = [ "playdate", "build", "cargo", "plugin", "cargo-subcommand", ] categories = [ "game-development", "command-line-utilities", "development-tools", "development-tools::cargo-plugins", "development-tools::build-utils", ] license = "MIT OR Apache-2.0" repository = "https://github.com/boozook/playdate.git" [[bin]] name = "cargo-playdate" path = "src/main.rs" [[test]] name = "build" path = "tests/build.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "init" path = "tests/init.rs" [[test]] name = "run" path = "tests/run.rs" [[test]] name = "shared" path = "tests/shared.rs" [dependencies.anstyle] version = "1" [dependencies.anyhow] version = "1.0" [dependencies.async-std] version = "1.12" features = ["tokio1"] [dependencies.build] version = "0.4" features = [ "assets-report", "toml", "json", ] default-features = false package = "playdate-build" [dependencies.byteorder] version = "1.5" [dependencies.cargo] version = "0.81.0" [dependencies.cargo-platform] version = "0.1.8" [dependencies.cargo-util] version = "0.2.13" [dependencies.cargo-util-schemas] version = "0.4.0" [dependencies.clap] version = "4.5" features = [ "default", "std", "color", "help", "usage", "error-context", "suggestions", "derive", "cargo", "env", "string", "unicode", ] [dependencies.clap_lex] version = "0.7" [dependencies.device] version = "0.2" features = [ "clap", "tokio", "async-std", "tokio-serial", ] package = "playdate-device" [dependencies.dirs] version = "5.0" [dependencies.env_logger] version = "0.11" [dependencies.fs_extra] version = "1.3" [dependencies.futures-lite] version = "2.3" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.19" [dependencies.regex] version = "1" [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.simulator] version = "0.1" features = ["async-std"] default-features = false package = "playdate-simulator-utils" [dependencies.toml] version = "0.8" [dependencies.toml_edit] version = "0.22" features = ["serde"] [dependencies.try-lazy-init] version = "0.0.2" [dependencies.walkdir] version = "2.5" [dependencies.zip] version = "2.1" features = ["time"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.target] version = "2.1" [features] eject = ["device/eject"] [target."cfg(unix)".dev-dependencies.nix] version = "0.29" features = ["signal"]