# 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-runner" version = "0.2.0" authors = ["Wenping Guo "] description = "external process running support for gosh" homepage = "https://github.com/gosh-rs/gosh-runner" license = "GPL-3.0" repository = "https://github.com/gosh-rs/gosh-runner" resolver = "1" [dependencies.bimap] version = "0.6" features = ["serde"] [dependencies.bytes] version = "1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" features = ["derive"] [dependencies.duct] version = "0.13" [dependencies.gosh-core] version = "0.2.0" [dependencies.libc] version = "0.2" [dependencies.nix] version = "0.21" [dependencies.procfs] version = "0.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.shared_child] version = "0.3" [dependencies.slab] version = "0.4" [dependencies.slotmap] version = "1.0" features = ["serde"] [dependencies.tempfile] version = "3.0" [dependencies.tokio] version = "1.8.4" features = ["full"] [dev-dependencies.anyhow] version = "1" [features] adhoc = []