everruns-integrations-e2b 0.17.12

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

[package.metadata.cargo-machete]
ignored = [
    "connectrpc-build",
    "futures",
    "http-body",
    "prost",
    "protox",
]

[features]
e2b-live-tests = []

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

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

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

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

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

[dependencies.buffa]
version = "0.8.1"

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

[dependencies.connectrpc]
version = "0.8.1"
features = [
    "client",
    "client-tls",
]

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

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1"

[dependencies.http-body]
version = "1"

[dependencies.inventory]
version = "0.3"

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

[dependencies.rustls]
version = "0.23"
features = ["ring"]
default-features = false

[dependencies.rustls-native-certs]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.urlencoding]
version = "2"

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

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

[build-dependencies.connectrpc-build]
version = "0.8.0"

[build-dependencies.prost]
version = "0.14"

[build-dependencies.protox]
version = "0.9"