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