evalbox-sandbox 0.1.1

Sandbox orchestration for evalbox
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.85"
name = "evalbox-sandbox"
version = "0.1.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sandbox orchestration for evalbox"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/fullzer4/evalbox"

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

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

[dependencies.evalbox-sys]
version = "0.1.1"

[dependencies.libc]
version = "0.2"

[dependencies.mio]
version = "1.0"
features = [
    "os-poll",
    "os-ext",
]

[dependencies.rustix]
version = "1"
features = [
    "event",
    "process",
    "system",
    "mount",
    "fs",
]

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.which]
version = "8"

[build-dependencies.cc]
version = "1.2"

[lints.clippy]
cast_possible_truncation = "warn"
cast_sign_loss = "warn"
cloned_instead_of_copied = "warn"
doc_markdown = "warn"
explicit_iter_loop = "warn"
inefficient_to_string = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
ptr_as_ptr = "warn"
semicolon_if_nothing_returned = "warn"
uninlined_format_args = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_op_in_unsafe_fn = "warn"
unused_imports = "warn"
unused_must_use = "warn"