cageforge-path 0.7.0

Cross-platform native path validation for Rust sandbox policies
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.88"
name = "cageforge-path"
version = "0.7.0"
authors = ["Mansur Azatbek <mansur62624@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform native path validation for Rust sandbox policies"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/m62624/cageforge"
resolver = "2"

[package.metadata.dist]
dist = false

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

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

[dev-dependencies.proptest]
version = "1.11.0"

[lints.clippy]
all = "warn"

[lints.rust]
unsafe_code = "deny"