Cargo Features

[dependencies]
nur = { version = "0.20.0+0.108.0", default-features = false, features = ["network", "native-tls", "rustls-tls", "static-link-openssl", "debug"] }
default = network, rustls-tls

These default features are set whenever nur is added without default-features = false somewhere in the dependency tree.

network default

Enables network of nu-command

nu-command:

These dependencies require networking capabilities, especially the http interface requires openssl which is not easy to embed into wasm,
using rustls could solve this issue.

native-tls

Enables native-tls of nu-command

rustls-tls default

Enables rustls-tls of nu-command

Enables openssl

debug

nur has 6 features without comments.