Cargo Features
[dependencies]
squire-sqlite3-features = { version = "0.1.0-alpha.4", default-features = false, features = ["std", "alloc", "dynamic", "build", "pkg-config", "metadata"] }
- default = std
-
The
stdfeature is set by default wheneversquire-sqlite3-featuresis added withoutsomewhere in the dependency tree.default-features = false - std default build? metadata? = alloc
-
Enables std of optional libloading
- alloc std
-
Affects
feature::Feature.apply… - dynamic
-
Enables libloading
Affects
probe::dynamic… - build pkg-config? = std
-
Enables cc
Affects
probe::build… - pkg-config = build
-
Enables pkg-config
- metadata = std