Cargo Features

[dependencies]
vrc-get-vpm = { version = "0.0.12", default-features = false, features = ["native-tls", "rustls", "unity-hub", "unity", "experimental-project-management", "experimental-unity-management"] }
default = rustls

The rustls feature is set by default whenever vrc-get-vpm is added without default-features = false somewhere in the dependency tree.

native-tls

Enables native-tls-vendored of reqwest

rustls default

Enables rustls-tls-native-roots of reqwest

unity-hub experimental-project-management? = tokio

Affects vrc-get-vpm::unity_hub

unity experimental-project-management? = tokio

Affects vrc-get-vpm::unity

experimental-project-management = unity, unity-hub, vrc-get-litedb

Affects io::EnvironmentIo.new_project_io

experimental-unity-management = vrc-get-litedb

Enables winreg

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.

vrc-get-litedb experimental-project-management? experimental-unity-management?

Affects io::EnvironmentIo.connect_lite_db

tokio unity? unity-hub?