# 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 = "like-shell" version = "0.3.4" description = "Shell-like utilities for Rust. Useful for E2E tests." license = "Apache-2.0" [dependencies.anyhow] version = "1.0.86" [dependencies.fs_extra] version = "1.3.0" [dependencies.libc] version = "0.2.155" [dependencies.nix] version = "0.29.0" features = ["process"] [dependencies.tempdir] version = "0.3.7" [dependencies.tokio] version = "1.38.0" features = [ "process", "sync", "rt", "io-util", ]