# 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-simulator-utils" version = "0.1.5" authors = ["Alex Koz "] description = "Cross-platform utils to deal with Playdate Simulator." homepage = "https://github.com/boozook/playdate" readme = "README.md" keywords = [ "playdate", "sdk", "utils", ] categories = ["development-tools"] 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"] [dependencies.async-std] version = "1.12" features = [ "futures-lite", "unstable", "default", ] optional = true default-features = false [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.37" features = ["process"] optional = true default-features = false [dependencies.tracing] version = "0.1" optional = true [dependencies.utils] version = "0.3" default-features = false package = "playdate-build-utils" [features] tokio = [ "dep:tokio", "async-std?/tokio1", ] [badges.maintenance] status = "actively-developed"