path_jail 0.3.1

A secure filesystem sandbox. Restricts paths to a root directory, preventing traversal attacks.
Documentation
[package]
name = "path_jail"
version = "0.3.1"
edition = "2021"
rust-version = "1.80"
license = "MIT OR Apache-2.0"
description = "A secure filesystem sandbox. Restricts paths to a root directory, preventing traversal attacks."
repository = "https://github.com/tenuo-ai/path_jail"
homepage = "https://tenuo.dev"
keywords = ["security", "filesystem", "sandbox", "path", "traversal"]
categories = ["filesystem", "security"]

[features]
default = []
# TOCTOU-safe file operations using O_NOFOLLOW (Unix only, zero deps)
secure-open = []

[dependencies]
# No runtime dependencies!

[dev-dependencies]
tempfile = "3"

[package.metadata]
authors = ["Niki A. <dev@tenuo.dev>"]