Cargo Features
[dependencies]
kproc = { version = "0.1.0", default-features = false, features = ["html", "http", "ollama", "schemars", "image"] }
- default = html, http, image, ollama
-
These default features are set whenever
kproc
is added without
somewhere in the dependency tree.default-features = false - html default
-
Enables html2text ^0.13
Affects
processors::html
… - http default
-
Enables isahc
Affects
processors::http
… - ollama default = schemars
-
Enables ollama-rs
Affects
decoders::Ollama
,encoders::text.Ollama
,encoders::image.Ollama
… - schemars ollama
-
Enables schemars
- image default = base64
-
Enables image
Affects
encoders::image.Ollama
…
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.