path_jail 0.4.0

A secure filesystem sandbox. Restricts paths to a root directory, preventing traversal attacks.
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 = "2021"
rust-version = "1.85"
name = "path_jail"
version = "0.4.0"
build = false
exclude = [
    "docs/",
    ".claude/",
    ".github/",
    "tests/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A secure filesystem sandbox. Restricts paths to a root directory, preventing traversal attacks."
homepage = "https://tenuo.ai"
readme = "README.md"
keywords = [
    "security",
    "filesystem",
    "sandbox",
    "path",
    "traversal",
]
categories = [
    "filesystem",
    "security",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tenuo-ai/path_jail"

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

[features]
default = []
guard = []
secure-open = []

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

[dependencies]

[dev-dependencies.tempfile]
version = "3"