# 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 = "super-process" version = "0.0.1" authors = ["Danny McClanahan "] description = "An async process creation framework." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/cosmicexplorer/super-process" [dependencies.async-process] version = "2.0.1" [dependencies.async-trait] version = "0.1.41" [dependencies.displaydoc] version = "0.2.4" [dependencies.futures-lite] version = "1" [dependencies.indexmap] version = "1.8.1" [dependencies.once_cell] version = "1" [dependencies.signal-hook] version = "0.3.13" [dependencies.tempfile] version = "3.3.0" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.tokio-test] version = "0.4.2" [lints.clippy] collapsible_else_if = "allow" expl_impl_clone_on_copy = "deny" if_not_else = "deny" len_without_is_empty = "allow" match_ref_pats = "allow" module_inception = "allow" needless_continue = "deny" redundant_field_names = "allow" result_large_err = "allow" single_component_path_imports = "allow" too_many_arguments = "allow" unseparated_literal_suffix = "deny" used_underscore_binding = "deny"