Cargo Features

path-absolutize has no features set by default.

[dependencies]
path-absolutize = { version = "3.1.1", features = ["once_cell_cache", "lazy_static_cache", "unsafe_cache", "use_unix_paths_on_wasm"] }
once_cell_cache

Enables once_cell_cache of path-dedot

lazy_static_cache

Enables lazy_static_cache of path-dedot

unsafe_cache

Enables unsafe_cache of path-dedot

use_unix_paths_on_wasm

Enables use_unix_paths_on_wasm of path-dedot

path-absolutize has 4 features without comments.