Cargo Features

[dependencies]
usdpl-back = { version = "0.11.0", default-features = false, features = ["decky", "blocking", "obfstr", "hex"] }
default = blocking

The blocking feature is set by default whenever usdpl-back is added without default-features = false somewhere in the dependency tree.

decky

Enables decky of usdpl-core

Affects usdpl-back::api.decky

blocking default

synchronous API for async functionality, using tokio

Features from optional dependencies

obfstr implicit feature

Enables obfstr ^0.3

encryption helpers

hex implicit feature

Enables hex

hex:

Encoding and decoding data into/from hexadecimal representation