isolate-integration 0.1.1

A Rust interface for the ioi/isolate sandbox program.
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 = "isolate-integration"
version = "0.1.1"
authors = ["Zesty_Fox <acceptedzhs@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust interface for the ioi/isolate sandbox program."
homepage = "https://github.com/"
documentation = "https://github.com/zesty-fox/isolate-integration"
readme = "README.md"
keywords = [
    "isolate",
    "sandbox",
    "security",
    "container",
]
categories = [
    "os",
    "asynchronous",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/zesty-fox/isolate-integration"

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

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.tokio]
version = "1.48.0"
features = ["full"]