rust-actions 0.2.0

BDD testing framework with GitHub Actions YAML syntax
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.colored]
version = "2"

[dependencies.futures]
version = "0.3"

[dependencies.inventory]
version = "0.3"

[dependencies.rand]
version = "0.8"

[dependencies.rand_chacha]
version = "0.3"

[dependencies.regex]
version = "1"

[dependencies.rust-actions-macros]
version = "0.2.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.testcontainers]
version = "0.23"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
features = ["full", "test-util"]
version = "1"

[dependencies.uuid]
features = ["v4"]
version = "1"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing"]
description = "BDD testing framework with GitHub Actions YAML syntax"
documentation = "https://docs.rs/rust-actions"
edition = "2021"
homepage = "https://github.com/alexchoi0/rust-actions"
keywords = ["testing", "bdd", "yaml", "github-actions", "async"]
license = "MIT OR Apache-2.0"
name = "rust-actions"
readme = "README.md"
repository = "https://github.com/alexchoi0/rust-actions"
version = "0.2.0"