# 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 = "zxtouch" version = "0.0.7" authors = ["lake"] exclude = [ "deb", "image", "target", ] description = "zxtouch ios 按键自动化脚本(连点器)" readme = "README.md" license = "MIT" repository = "https://github.com/dounine/zxtouch" [dependencies.async-trait] version = "0.1.77" [dependencies.cfg-if] version = "1.0.0" [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4.20" [dependencies.thiserror] version = "1.0.56" [dependencies.tracing] version = "0.1.40" optional = true [dependencies.tracing-subscriber] version = "0.3.18" optional = true [dev-dependencies.tokio] version = "1.12.0" features = ["full"] [dev-dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-subscriber] version = "0.3.18" [features] debug-print = [ "tracing", "tracing-subscriber", ] default = []