[dependencies.anyhow]
features = ["backtrace"]
version = "1.0.68"
[dependencies.attohttpc]
version = "0.30.1"
[dependencies.base64]
version = "0.22.0"
[dependencies.flate2]
version = "1"
[dependencies.fs2]
version = "0.4.3"
[dependencies.futures-util]
version = "0.3.5"
[dependencies.getrandom]
features = ["std"]
version = "0.3.4"
[dependencies.git2]
version = "0.20.2"
[dependencies.http]
version = "1.1.0"
[dependencies.log]
version = "0.4.6"
[dependencies.percent-encoding]
version = "2.1.0"
[dependencies.remove_dir_all]
version = "1.0.0"
[dependencies.scopeguard]
version = "1.0.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tar]
version = "0.4.0"
[dependencies.tempfile]
version = "3.0.0"
[dependencies.thiserror]
version = "2.0.17"
[dependencies.tokio]
features = ["process", "time", "io-util", "rt", "rt-multi-thread"]
version = "1.0"
[dependencies.tokio-stream]
features = ["io-util"]
version = "0.1"
[dependencies.toml]
version = "0.9.10"
[dependencies.walkdir]
version = "2.2"
[dev-dependencies.env_logger]
version = "0.11.3"
[dev-dependencies.rand]
version = "0.9.2"
[dev-dependencies.tiny_http]
version = "0.12.0"
[[example]]
name = "docs-builder"
path = "examples/docs-builder.rs"
[features]
unstable = []
unstable-toolchain-ci = []
[lib]
name = "rustwide"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Execute your code on the Rust ecosystem."
documentation = "https://docs.rs/rustwide"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "rustwide"
readme = "README.md"
repository = "https://github.com/rust-lang/rustwide"
rust-version = "1.89"
version = "0.22.0"
[target."cfg(unix)".dependencies.nix]
features = ["signal", "user"]
version = "0.30.0"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Threading"]
version = "0.52.0"
[[test]]
name = "issue_30"
path = "tests/issue_30.rs"
[[test]]
name = "logging_init_with"
path = "tests/logging_init_with.rs"
[[test]]
name = "logging_not_initialized"
path = "tests/logging_not_initialized.rs"
[[test]]
name = "tests"
path = "tests/tests.rs"