normal-path 0.2.0

Ensure paths are normalized without I/O
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.78.0"
name = "normal-path"
version = "0.2.0"
build = false
exclude = [
    ".*",
    "*.nix",
    "flake/",
    "flake.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ensure paths are normalized without I/O"
readme = "README.md"
keywords = [
    "path",
    "canonicalize",
    "normalize",
    "validate",
]
categories = [
    "filesystem",
    "os",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/auckas/normal-path"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

[dependencies.serde]
version = "1.0"
optional = true

[dev-dependencies.fastrand]
version = "2.3"