elizaos-plugin-github 2.0.0

GitHub plugin for elizaOS - Rust implementation
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 = "elizaos-plugin-github"
version = "2.0.0"
authors = ["elizaOS Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GitHub plugin for elizaOS - Rust implementation"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "github",
    "git",
    "api",
]
categories = [
    "api-bindings",
    "asynchronous",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/elizaos/eliza"

[features]
default = ["native"]
native = [
    "tokio/full",
    "octocrab",
]
wasm = [
    "wasm-bindgen",
    "wasm-bindgen-futures",
]

[lib]
name = "elizaos_plugin_github"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.base64]
version = "0.22"

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

[dependencies.dotenvy]
version = "0.15"

[dependencies.futures]
version = "0.3"

[dependencies.octocrab]
version = "0.41"
optional = true

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.0"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "time",
]
optional = true

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.19"
features = [
    "v4",
    "v5",
    "serde",
]

[dependencies.wasm-bindgen]
version = "0.2"
optional = true

[dependencies.wasm-bindgen-futures]
version = "0.4"
optional = true

[dev-dependencies.mockall]
version = "0.12"

[dev-dependencies.pretty_assertions]
version = "1.0"

[dev-dependencies.tokio]
version = "1.0"
features = [
    "rt-multi-thread",
    "macros",
]

[dev-dependencies.tokio-test]
version = "0.4"

[profile.release]
opt-level = "z"
lto = true