Cargo Features

[dependencies]
otter-sql = { version = "0.1.2", default-features = false, features = ["terminal-output"] }
default = terminal-output

The terminal-output feature is set by default whenever otter-sql is added without default-features = false somewhere in the dependency tree.

terminal-output default

Enables tabled ^0.10.0

OtterSQL has 2 features without comments.