# 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 = "currant" version = "0.2.8" exclude = [ "examples/*", ".github/*", ] description = "A simple library to spawn concurrent shell processes in rust" homepage = "https://github.com/allonsy/currant" documentation = "https://docs.rs/currant/latest/currant" readme = "README.md" license = "MIT" repository = "https://github.com/allonsy/currant" resolver = "2" [dependencies.atty] version = "0.2.14" [dependencies.nix] version = "0.24.1" [dependencies.rand] version = "0.8.5" [dependencies.shell-words] version = "1.1.0" [features]