# 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 = "there" version = "0.1.2" description = "A library for planning and executing commands on local and remote hosts." readme = "README.md" keywords = [ "ssh", "remote", "command", "execution", "tasks", ] categories = [ "asynchronous", "concurrency", "network-programming", ] license = "MIT" repository = "https://github.com/queer/that-goes-there" resolver = "1" [dependencies.async-trait] version = "0.1.60" [dependencies.color-eyre] version = "0.6.2" features = ["issue-url"] [dependencies.derive-getters] version = "0.2.0" [dependencies.futures] version = "0.3.25" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.shell-words] version = "1.1.0" [dependencies.tarpc] version = "0.31.0" features = ["full"] [dependencies.thrussh] version = "0.33.5" [dependencies.thrussh-keys] version = "0.21.0" [dependencies.tokio] version = "1.23.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.11" [dependencies.tokio-util] version = "0.7.4" features = ["codec"] [dependencies.tracing] version = "0.1.37" features = ["async-await"] [dependencies.which] version = "4.3.0"