ghactions 0.9.2

GitHub Actions Crate
Documentation
[dependencies.ghactions-core]
version = "^0.9"

[dependencies.ghactions-derive]
version = "^0.9"

[dependencies.log]
optional = true
version = "0.4"
[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.dotenvy]
version = "0.15"

[dev-dependencies.log]
version = "0.4"

[dev-dependencies.tokio]
default-features = false
features = ["macros", "rt-multi-thread", "time"]
version = "1.38"

[features]
default = ["log", "macros", "octocrab"]
dotenvy = ["ghactions-derive/dotenvy"]
generate = ["ghactions-derive/generate"]
log = ["ghactions-derive/log", "ghactions-core/log", "dep:log"]
macros = ["ghactions-core/macros"]
octocrab = ["ghactions-core/octocrab"]

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

[package]
authors = ["GeekMasher"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools"]
description = "GitHub Actions Crate"
documentation = "https://docs.rs/ghactions/latest/ghactions/index.html"
edition = "2021"
keywords = ["github", "actions"]
license = "MIT"
name = "ghactions"
readme = "README.md"
repository = "https://github.com/GeekMasher/ghactions"
rust-version = "1.70"
version = "0.9.2"
[package.metadata.release]
shared-version = true
tag-name = "v{{version}}"