Cargo Features
[dependencies]
sqlite-hello = { version = "0.1.0-alpha.62", default-features = false, features = ["download-libs", "hello", "hola"] }
- default = hello, hola
-
These default features are set whenever
sqlite-hello
is added without
somewhere in the dependency tree.default-features = false - download-libs = flate2, tar, ureq, zip
- hello default
- hola default
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.
- ureq build download-libs?
- flate2 build download-libs?
- tar build download-libs?
- zip build download-libs?
-
Enables zip ^0.6.6