acts-package-shell 0.18.0

acts package for shell
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"
name = "acts-package-shell"
version = "0.18.0"
authors = ["Yao <yaojianpin@sohu.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "acts package for shell"
homepage = "https://docs.rs/acts-package-http"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/yaojianpin/acts.git"

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

[dependencies.acts]
version = "0.18.0"

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

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dependencies.tokio]
version = "1.52"
features = ["full"]