# 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 = "calloop-subproc" version = "1.0.0" authors = ["Jason Heeris "] description = "Subprocess support for the Calloop event loop" keywords = [ "events", "loop", "unix", "subprocess", "multiprocessing", ] license = "MIT" repository = "https://gitlab.com/detly/calloop-subproc" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bin]] name = "test_status" test = false bench = false [[bin]] name = "test_output" test = false bench = false [[bin]] name = "test_output_asap" test = false bench = false [dependencies.async-process] version = "1.0" [dependencies.calloop] version = "0.10.0" features = ["executor"] [dependencies.futures] version = "0.3.17" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0.29" [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.test-binary] version = "1.0.1" [badges.maintenance] status = "actively-developed"