# 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 = "eqo" version = "1.0.0" authors = ["Salah Kanjo "] description = "Listen for triggers and execute actions seamlessly." readme = "README.md" keywords = [ "tcp", "tunnel", "network", "cli", "actions", ] categories = [ "network-programming", "cli", "command-line-utilities", ] license = "MIT" repository = "https://github.com/sakanjo/catcho" [[bin]] name = "eqo" path = "src/main.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.4.16" features = [ "derive", "env", ] [dependencies.clearscreen] version = "2.0.1" [dependencies.colored] version = "2.1.0" [dependencies.dashmap] version = "5.5.3" [dependencies.derive-new] version = "0.6.0" [dependencies.futures] version = "0.3.30" [dependencies.rstest] version = "0.18.2" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.subprocess] version = "0.2.9" [dependencies.tap] version = "1.0.1" [dependencies.tokio] version = "1.35.1" features = [ "macros", "rt-multi-thread", "net", "io-util", "time", ] [dependencies.tokio-util] version = "0.7.10" features = ["codec"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.uuid] version = "1.7.0" features = ["v4"]