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
nuris added withoutsomewhere in the dependency tree.default-features = false - 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
- static-link-openssl
-
Enables openssl
- debug
nur has 6 features without comments.