reqsign-command-execute-tokio 2.0.2

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 = "2.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tokio-based command execution implementation for reqsign"
readme = false
keywords = [
    "command",
    "tokio",
    "reqsign",
    "async",
]
categories = ["asynchronous"]
license = "Apache-2.0"
repository = "https://github.com/apache/opendal-reqsign"
resolver = "2"

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

[dependencies.async-trait]
version = "0.1"

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

[dependencies.tokio]
version = "1"
features = [
    "process",
    "io-util",
]

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