actions-rs 0.1.0

Zero-dependency toolkit for writing GitHub Actions in Rust: annotations, workflow commands, environment files, typed inputs and job summaries.
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 = "2024"
rust-version = "1.95"
name = "actions-rs"
version = "0.1.0"
authors = ["Kaj Kowalski <info@kajkowalski.nl>"]
build = false
include = [
    "/LICENSE-*",
    "/README.md",
    "/examples",
    "/src",
    "/tests",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-dependency toolkit for writing GitHub Actions in Rust: annotations, workflow commands, environment files, typed inputs and job summaries."
homepage = "https://github.com/kjanat/actions-rs"
documentation = "https://docs.rs/actions-rs"
readme = "README.md"
keywords = [
    "actions",
    "ci",
    "github-actions",
    "toolkit",
    "workflow",
]
categories = [
    "api-bindings",
    "development-tools::build-utils",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kjanat/actions-rs"

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

[[example]]
name = "ci_selfcheck"
path = "examples/ci_selfcheck.rs"

[[example]]
name = "demo"
path = "examples/demo.rs"

[[test]]
name = "env_files"
path = "tests/env_files.rs"

[lints.clippy]
all = "warn"

[lints.rust]
missing_docs = "warn"

[lints.rustdoc]
bare_urls = "warn"
broken_intra_doc_links = "warn"
invalid_codeblock_attributes = "warn"
invalid_html_tags = "warn"
invalid_rust_codeblocks = "warn"
missing_crate_level_docs = "warn"
private_doc_tests = "warn"
private_intra_doc_links = "warn"
redundant_explicit_links = "warn"
unescaped_backticks = "warn"