relux 0.6.0

Expect-style integration test framework for interactive shell programs
# 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 = "relux"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Expect-style integration test framework for interactive shell programs"
homepage = "https://shizzard.github.io/relux/"
readme = "README.md"
keywords = [
    "testing",
    "integration-testing",
    "expect",
    "pty",
    "shell",
]
categories = ["development-tools::testing"]
license = "MIT"
repository = "https://github.com/shizzard/relux"

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

[[bin]]
name = "relux"
path = "bin/relux.rs"

[dependencies.bs58]
version = "~0.5"

[dependencies.chrono]
version = "~0.4"

[dependencies.clap]
version = "~4"

[dependencies.clap_complete]
version = "~4"
features = ["unstable-dynamic"]

[dependencies.colored]
version = "~2"

[dependencies.humantime]
version = "~2.3"

[dependencies.rand]
version = "~0.10"

[dependencies.relux-ast]
version = "0.6.0"

[dependencies.relux-core]
version = "0.6.0"

[dependencies.relux-ir]
version = "0.6.0"

[dependencies.relux-lexer]
version = "0.6.0"

[dependencies.relux-parser]
version = "0.6.0"

[dependencies.relux-resolver]
version = "0.6.0"

[dependencies.relux-runtime]
version = "0.6.0"

[dependencies.serde]
version = "~1"
features = ["derive"]

[dependencies.tabled]
version = "~0.18"

[dependencies.terminal_size]
version = "~0.4"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "time",
    "io-util",
    "process",
    "sync",
    "signal",
]

[dependencies.toml]
version = "~0.8"

[dependencies.walkdir]
version = "~2"