Cargo Features
[dependencies]
oxigraph-cli = { version = "0.4.3", default-features = false, features = ["native-tls", "rocksdb-pkg-config", "rustls-native", "rustls-webpki", "geosparql"] }
- default = geosparql, native-tls
-
These default features are set whenever
oxigraph-cli
is added without
somewhere in the dependency tree.default-features = false - native-tls default
-
Enables http-client-native-tls of oxigraph =0.4.3
- rocksdb-pkg-config
-
Enables rocksdb-pkg-config of oxigraph =0.4.3
- rustls-native
-
Enables http-client-rustls-native of oxigraph =0.4.3
- rustls-webpki
-
Enables http-client-rustls-webpki of oxigraph =0.4.3
- geosparql default
-
Enables spargeo
oxigraph-cli has 6 features without comments.