Cargo Features

platform-path has no features set by default.

[dependencies]
platform-path = { version = "0.1.0", features = ["all", "serde1", "json", "yaml", "async", "http", "https"] }
all = https, json, yaml
serde1 json? yaml? = serde

Enables serde1 of camino

json all? = serde1, serde_json
yaml all? = serde1, serde_yaml
async http? = async-std
http https? = async, tide
https all? = http, tide-rustls

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

async-std async?
serde serde1?
serde_json json?
serde_yaml yaml?

Enables serde_yaml ^0.8.23

tide http?
tide-rustls https?