Cargo Features

Cabot has no features set by default.

[dependencies]
cabot = { version = "0.7.1", features = ["json", "pretty_log", "functional_tests"] }
json = serde, serde_json
pretty_log = pretty_env_logger
functional_tests

Affects constants::BUFFER_PAGE_SIZE

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.

pretty_env_logger pretty_log?

Enables pretty_env_logger ^0.4.0

serde_json json?
serde json?