# 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 = "pidcat" version = "0.2.1" authors = ["Borney"] description = "An adb logcat wrapper and filters" homepage = "https://github.com/borneygit/pidcat" readme = "README.md" keywords = [ "android", "adb", "logcat", "log", "pidcat", ] license = "MIT" repository = "https://github.com/borneygit/pidcat" [lib] name = "pidcat" path = "src/lib.rs" [[bin]] name = "pidcat" path = "src/main.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.async-stream] version = "0.3.5" [dependencies.async-trait] version = "0.1.68" [dependencies.clap] version = "4.2.7" [dependencies.colored] version = "2.0.0" [dependencies.crossbeam-channel] version = "0.5.8" [dependencies.dashmap] version = "5.4.0" [dependencies.futures] version = "0.3" default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.8.1" [dependencies.tokio] version = "1.28.1" features = ["full"] [dependencies.which] version = "4.4.0"