# 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 = "process-lib" version = "1.0.0" authors = ["soywod "] description = "Cross-platform, asynchronous Rust library to run commands in pipelines" homepage = "https://pimalaya.org/" documentation = "https://docs.rs/process-lib/latest/process/" readme = "README.md" keywords = [ "command", "process", "pipeline", "cross-platform", "async", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/pimalaya/core/tree/master/process/" [package.metadata.docs.rs] features = ["derive"] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "process" [dependencies.async-std] version = "1.13" features = [ "std", "log", "unstable", ] optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.23" features = [ "io-util", "process", ] optional = true default-features = false [dependencies.tracing] version = "0.1" [dev-dependencies.async-std] version = "1.13" features = [ "unstable", "attributes", ] [dev-dependencies.test-log] version = "0.2" features = [ "color", "trace", ] default-features = false [dev-dependencies.tokio] version = "1.23" features = ["full"] [features] async-std = ["dep:async-std"] default = ["tokio"] derive = ["dep:serde"] tokio = ["dep:tokio"]