# 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 = "x4" version = "0.1.0" authors = ["pwnwriter "] build = false include = [ "src/**/*", "Cargo.*", "LICENSE*", "readme.md", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Execute shell commands to a server via ssh protocol" homepage = "https://github.com/pwnwriter/x4" readme = "README.md" keywords = [ "ssh", "ssh-command", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/pwnwriter/x4" [profile.bench] opt-level = 3 debug = 0 [profile.dev] opt-level = 0 debug = 2 panic = "abort" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 panic = "unwind" strip = true [profile.test] opt-level = 0 debug = 2 [lib] name = "x4" path = "src/lib.rs" [[bin]] name = "x4" path = "src/bin/x4.rs" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.miette] version = "7.2.0" features = ["fancy"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.ssh2] version = "0.9.4" features = ["vendored-openssl"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18"