Cargo Features

aocf has no features set by default.

[dependencies]
aocf = { version = "0.1.21", features = ["sqlite", "html_parsing"] }
sqlite = diesel, libsqlite3-sys

Affects aocf::cookie

html_parsing = html2md

Affects http::get_brief, http::submit, http::verify

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.

diesel sqlite?

Enables diesel ^1.4.5

html2md html_parsing?
libsqlite3-sys sqlite?

Enables libsqlite3-sys >=0.8.0, <0.21.0