Cargo Features
atomic_lib has no features set by default.
[dependencies]
atomic_lib = { version = "0.40.0", features = ["config", "db", "html", "rdf"] }
- config = directories, toml
-
Affects
atomic_lib::config… - db = bincode, sled
-
Affects
atomic_lib::db,atomic_lib::endpoints,atomic_lib::plugins,populate::populate_endpoints,populate::populate_importer,populate::populate_sidebar_items,populate::populate_all… - html = html2md, kuchikiki, lol_html
-
Affects
plugins::bookmark… - rdf = rio_api, rio_turtle
-
Affects
serialize::atoms_to_ntriples,serialize::atoms_to_turtle…
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.
- bincode db?
-
Enables bincode ^1
- directories config?
-
Enables directories >=2, <5
- html2md html?
- kuchikiki html?
- lol_html html?
-
Enables lol_html ^1
- rio_api rdf?
- rio_turtle rdf?
- sled db?
- toml config?
-
Enables toml ^0.8