path_ratchet 0.3.2

Prevent path traversal attacks at type level
Documentation
[dependencies.serde_core]
optional = true
version = "1.0"

[dev-dependencies.serde_test]
version = "1.0"

[features]
serde = ["dep:serde_core"]

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

[lints.clippy]
as_conversions = "warn"
clone_on_ref_ptr = "warn"
cognitive_complexity = "warn"
dbg_macro = "warn"
empty_structs_with_brackets = "warn"
get_unwrap = "warn"
if_then_some_else_none = "warn"
let_underscore_must_use = "warn"
map_err_ignore = "warn"
negative_feature_names = "warn"
pub_without_shorthand = "warn"
rc_buffer = "warn"
rc_mutex = "warn"
redundant_feature_names = "warn"
redundant_type_annotations = "warn"
ref_patterns = "warn"
rest_pat_in_fully_bound_structs = "warn"
str_to_string = "warn"
string_add = "warn"
string_slice = "warn"
string_to_string = "warn"
tests_outside_test_module = "warn"
undocumented_unsafe_blocks = "warn"
unneeded_field_pattern = "warn"
unseparated_literal_suffix = "warn"
unwrap_used = "warn"
use_self = "warn"
wildcard_dependencies = "warn"

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

[lints.rust]
missing_abi = "warn"
missing_docs = "warn"
noop_method_call = "warn"
unreachable_pub = "warn"
unsafe_code = "deny"
unused_extern_crates = "warn"
unused_import_braces = "warn"
unused_lifetimes = "warn"
unused_qualifications = "warn"

[package]
authors = ["zSchoen <dev@zschoen.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["security", "filesystem"]
description = "Prevent path traversal attacks at type level"
documentation = "https://docs.rs/crate/path_ratchet"
edition = "2021"
keywords = ["path-traversal", "fs", "security", "path_traversal", "path"]
license = "LGPL-3.0-only"
name = "path_ratchet"
readme = "README.md"
repository = "https://github.com/TheAlgorythm/path-ratchet"
version = "0.3.2"