everruns-integrations-github 0.8.35

GitHub-backed agent blueprints for Everruns
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"
name = "everruns-integrations-github"
version = "0.8.35"
authors = ["Everruns Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GitHub-backed agent blueprints for Everruns"
homepage = "https://everruns.com"
documentation = "https://docs.rs/everruns-integrations-github"
readme = "README.md"
keywords = [
    "everruns",
    "github",
    "agents",
    "blueprints",
]
categories = [
    "api-bindings",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/everruns/everruns"
resolver = "2"

[features]
github-live-tests = []

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

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.everruns-core]
version = "0.8.35"

[dependencies.inventory]
version = "0.3"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "stream",
    "rustls",
    "blocking",
    "form",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dev-dependencies.wiremock]
version = "0.6"