Cargo Features

[dependencies]
rockfetch = { version = "0.1.7", default-features = false, features = ["fedora-sqlite"] }
default = fedora-sqlite

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

fedora-sqlite default

Enables rusqlite ^0.28.0

Rockfetch has 2 features without comments.