Thanks to visit codestin.com
Credit goes to lib.rs

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 std feature is set by default whenever squire-sqlite3-features is added without default-features = false somewhere in the dependency tree.

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