Cargo Features

[dependencies]
oxigraph-cli = { version = "0.4.0-alpha.6", default-features = false, features = ["native-tls", "rocksdb-pkg-config", "rustls-native", "rustls-webpki"] }
default = native-tls

The native-tls feature is set by default whenever oxigraph-cli is added without default-features = false somewhere in the dependency tree.

native-tls default

Enables http-client-native-tls of oxigraph

rocksdb-pkg-config

Enables rocksdb-pkg-config of oxigraph

rustls-native

Enables http-client-rustls-native of oxigraph

rustls-webpki

Enables http-client-rustls-webpki of oxigraph

oxigraph-cli has 5 features without comments.