eoka-runner 0.1.1

Config-based browser automation — define actions in YAML, execute deterministically
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 = "2021"
name = "eoka-runner"
version = "0.1.1"
authors = ["cbxss"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Config-based browser automation — define actions in YAML, execute deterministically"
homepage = "https://github.com/cbxss/eoka-tools"
documentation = "https://docs.rs/eoka-runner"
readme = "README.md"
keywords = [
    "browser",
    "automation",
    "yaml",
    "scripting",
    "cli",
]
categories = [
    "web-programming",
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/cbxss/eoka-tools"

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

[[bin]]
name = "eoka-runner"
path = "src/bin/main.rs"

[dependencies.chrono]
version = "0.4"
features = ["clock"]

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

[dependencies.eoka]
version = "0.3.9"

[dependencies.eoka-email]
version = "0.1.0"
features = ["async"]

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]