# 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-tool" version = "0.3.6" authors = ["Alex Koz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tool for interaction with Playdate device and sim." homepage = "https://github.com/boozook/playdate" readme = "README.md" keywords = [ "playdate", "usb", "utility", ] categories = [ "development-tools", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/boozook/playdate.git" [package.metadata.docs.rs] all-features = false cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] rustdoc-args = ["--show-type-layout"] [[bin]] name = "pdtool" path = "src/main.rs" [dependencies.clap] version = "4.5" features = [ "std", "env", "derive", "help", "usage", "color", ] [dependencies.console-subscriber] version = "0.3" features = ["env-filter"] optional = true [dependencies.device] version = "0.2" features = [ "clap", "tokio", "tokio-serial", ] package = "playdate-device" [dependencies.env_logger] version = "0.11" [dependencies.futures] version = "0.3" [dependencies.futures-lite] version = "2.3" [dependencies.log] version = "0.4" [dependencies.miette] version = "7.2" features = ["fancy"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.simulator] version = "0.1" features = ["tokio"] default-features = false package = "playdate-simulator-utils" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.37" features = [ "full", "rt-multi-thread", ] default-features = false [dependencies.tracing] version = "0.1" optional = true [dependencies.tracing-subscriber] version = "0.3" optional = true [features] eject = ["device/eject"] tokio-tracing = [ "tracing", "tokio/tracing", "console-subscriber", "tracing", ] tracing = [ "dep:tracing", "tracing-subscriber", "device/tracing", "simulator/tracing", ] [badges.maintenance] status = "actively-developed"