reqsign-command-execute-tokio 3.0.6

Tokio-based command execution implementation for reqsign
Documentation
# 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 = "2024"
rust-version = "1.85.0"
name = "reqsign-command-execute-tokio"
version = "3.0.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tokio-based command execution implementation for reqsign"
readme = "README.md"
keywords = [
    "command",
    "tokio",
    "reqsign",
    "async",
]
categories = ["asynchronous"]
license = "Apache-2.0"
repository = "https://github.com/apache/opendal-reqsign"

[lib]
name = "reqsign_command_execute_tokio"
path = "src/lib.rs"

[dependencies.reqsign-core]
version = "3.3.1"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[target.'cfg(not(target_family = "wasm"))'.dependencies.tokio]
version = "1"
features = [
    "process",
    "io-util",
]
default-features = false