allwright 0.0.48

allwright CLI that bundles the lightweight engine core and plugin management.
# 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 = "allwright"
version = "0.0.48"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "allwright CLI that bundles the lightweight engine core and plugin management."
homepage = "https://allwright.dev"
readme = "README.md"
keywords = [
    "automation",
    "cli",
    "testing",
    "plugin",
]
categories = [
    "development-tools::testing",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/allwright-dev/allwright"

[[bin]]
name = "allwright"
path = "src/main.rs"

[dependencies.allwright]
version = "0.0.48"
features = ["server"]
package = "allwright-core"

[dependencies.allwright-plugin-sdk]
version = "0.0.48"

[dependencies.clap]
version = "4.6.6"
features = ["derive"]

[dependencies.flate2]
version = "1.1.2"

[dependencies.libloading]
version = "0.8.9"

[dependencies.reqwest]
version = "0.12.23"
features = [
    "blocking",
    "rustls-tls",
]
default-features = false

[dependencies.tar]
version = "0.4.44"

[dependencies.tokio]
version = "1.47.1"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
]

[dependencies.tonic]
version = "0.12.3"
features = ["transport"]

[dependencies.zip]
version = "5.1.1"
features = ["deflate-flate2"]
default-features = false