# 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-cli" version = "0.0.15" authors = ["Wenyu Zhao "] description = "The CLI tools for playdate-rs" homepage = "https://github.com/rusty-crank/playdate-rs" readme = "README.md" keywords = [ "playdate", "gamedev", ] categories = [ "api-bindings", "command-line-utilities", "embedded", "game-development", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rusty-crank/playdate-rs" [[bin]] name = "cargo-playdate" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" features = ["backtrace"] [dependencies.cargo_metadata] version = "0.17.0" [dependencies.clap] version = "4.3.23" features = ["derive"] [dependencies.clap-cargo] version = "0.11.0" [dependencies.env_logger] version = "0.10.0" [dependencies.home] version = "0.5.5" [dependencies.log] version = "0.4.20" [dependencies.minijinja] version = "1.0.6" [dependencies.toml] version = "0.7.6"