normalized-path 0.0.6

Opinionated cross-platform, optionally case-insensitive path normalization
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.85"
name = "normalized-path"
version = "0.0.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Opinionated cross-platform, optionally case-insensitive path normalization"
documentation = "https://docs.rs/normalized-path"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ngg/normalized-path"

[package.metadata.docs.rs]
features = ["std"]

[badges.maintenance]
status = "experimental"

[features]
__test = []
default = ["std"]
std = []

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

[dependencies.icu_casemap]
version = ">=2.1.0, <2.3.0"
features = ["compiled_data"]
default-features = false

[dependencies.icu_normalizer]
version = ">=2.1.0, <2.3.0"
features = ["compiled_data"]
default-features = false

[dependencies.icu_properties]
version = ">=2.1.0, <2.3.0"
features = ["compiled_data"]
default-features = false

[target.'cfg(all(target_arch = "wasm32", any(target_os = "unknown", target_os = "none")))'.dev-dependencies.wasm-bindgen-test]
version = "0.3.0"

[target.'cfg(target_vendor = "apple")'.dependencies.objc2-core-foundation]
version = "0.3.0"
features = ["CFString"]
default-features = false