Cargo Features

[dependencies]
calypso_base = { version = "0.1.1", default-features = false, features = ["span", "symbol", "ui", "calypso_interns"] }
default = calypso_interns, span, symbol, ui

These default features are set whenever calypso_base is added without default-features = false somewhere in the dependency tree.

span default symbol

Affects calypso_base::span

symbol default calypso_interns = lasso, lazy_static, once_cell, span

Affects calypso_base::symbol

ui default = atty, termcolor

Affects calypso_base::ui

calypso_interns default = symbol

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.

lasso symbol

Enables lasso ^0.6.0

once_cell symbol
lazy_static symbol
termcolor ui
atty ui