# 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 = "2018" name = "ya-utils-process" version = "0.2.0" authors = ["Golem Factory "] description = "Yagna utils for asnychronous process handling" homepage = "https://github.com/golemfactory/yagna" keywords = [ "golem", "yagna", "process", ] license = "LGPL-3.0" repository = "https://github.com/golemfactory/yagna" [dependencies.actix] version = "0.13" default-features = false [dependencies.anyhow] version = "1.0" [dependencies.derive_more] version = "0.99.5" [dependencies.fs2] version = "0.4.3" optional = true [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3.4" [dependencies.libc] version = "0.2" [dependencies.shared_child] version = "0.3.4" [dependencies.tokio] version = "1" features = [ "process", "signal", ] [features] default = [] lock = ["fs2"] [target."cfg(target_family = \"unix\")".dependencies.nix] version = "0.22.0"