# 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 = "gosh-remote" version = "0.3.2" authors = ["Wenping Guo "] description = "Distributed parallel computing over multiple nodes." homepage = "https://github.com/gosh-rs/gosh-remote" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/gosh-rs/gosh-remote" resolver = "1" [dependencies.axum] version = "0.6.4" features = ["macros"] [dependencies.clap] version = "4" features = ["derive"] [dependencies.crossbeam-channel] version = "0.5" [dependencies.fs2] version = "0.4.3" [dependencies.gosh-core] version = "0.2" features = ["adhoc"] [dependencies.gosh-model] version = "0.2" features = ["adhoc"] [dependencies.gosh-runner] version = "0.2" features = ["adhoc"] [dependencies.nix] version = "0.26" [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.spmc] version = "0.3.0" [dependencies.tempfile] version = "3.3" [dependencies.tokio] version = "1.25" features = ["full"] [dependencies.tokio-util] version = "0.7.5" [dev-dependencies.tower] version = "0.4.13" [features] adhoc = []