path_jail 0.2.0

A secure filesystem sandbox. Restricts paths to a root directory, preventing traversal attacks.
Documentation
[dependencies]

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem", "security"]
description = "A secure filesystem sandbox. Restricts paths to a root directory, preventing traversal attacks."
edition = "2021"
homepage = "https://tenuo.dev"
keywords = ["security", "filesystem", "sandbox", "path", "traversal"]
license = "MIT OR Apache-2.0"
name = "path_jail"
readme = "README.md"
repository = "https://github.com/tenuo-ai/path_jail"
rust-version = "1.80"
version = "0.2.0"

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

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