# 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 = "spytrap-adb" version = "0.3.2" authors = ["kpcyrd "] description = "Test a phone for stalkerware using adb and usb debugging to scan for suspicious apps and configuration" readme = "README.md" categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/spytrap-org/spytrap-adb" [package.metadata.deb] depends = "$auto, adb" priority = "optional" section = "utils" [dependencies.anyhow] version = "1.0.44" [dependencies.bstr] version = "1.9.1" [dependencies.chrono] version = "0.4.19" features = ["clock"] default-features = false [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.clap_complete] version = "4.2.1" [dependencies.crossterm] version = "0.27" features = ["event-stream"] [dependencies.dirs] version = "5.0.0" [dependencies.env_logger] version = "0.11" [dependencies.forensic-adb] version = "0.7" [dependencies.hex] version = "0.4.3" [dependencies.indexmap] version = "2" features = ["serde"] [dependencies.log] version = "0.4.14" [dependencies.ratatui] version = "0.27" [dependencies.regex] version = "1.5.4" [dependencies.reqwest] version = "0.12" features = [ "rustls-tls-native-roots", "brotli", "gzip", "deflate", "json", ] default-features = false [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.serde_yaml] version = "0.9" [dependencies.sha2] version = "0.10.6" [dependencies.shell-escape] version = "0.1.5" [dependencies.stalkerware-indicators] version = "0.2" [dependencies.tokio] version = "1.26.0" features = [ "macros", "rt-multi-thread", "process", ] [dependencies.tokio-stream] version = "0.1.12" [dev-dependencies.maplit] version = "1.0.2"