Cargo Features

[dependencies]
sqlite-assert = { version = "0.0.1-alpha.3", default-features = false, features = ["download-libs", "assert"] }
default = assert

The assert feature is set by default whenever sqlite-assert is added without default-features = false somewhere in the dependency tree.

download-libs = flate2, tar, ureq, zip
assert 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