Cargo Features

[dependencies]
owoof = { version = "0.2.0", default-features = false, features = ["explain", "cli", "csv"] }
default = explain

The explain feature is set by default whenever owoof is added without default-features = false somewhere in the dependency tree.

explain default

Affects owoof::explain

cli = anyhow, atty, serde, serde_json

Enables serde of uuid ^0.8

Required by owoof and owoof-csv binaries

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.

anyhow cli?
serde cli?
serde_json cli?

Affects retrieve::parse_pattern, retrieve::parse_variable_or_value, types::parse_value, types::parse_value_ref

csv implicit feature

Enables csv

csv:

Fast CSV parsing with support for serde

Required by the owoof-csv binary

atty cli?