Cargo Features

[dependencies]
rink-core = { version = "0.8.0", default-features = false, features = ["bundle-files", "chrono-humanize"] }
default = chrono-humanize

The chrono-humanize feature is set by default whenever rink-core is added without default-features = false somewhere in the dependency tree.

bundle-files

Affects helpers::DEFAULT_FILE, helpers::DATES_FILE, helpers::CURRENCY_FILE

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.

chrono-humanize default

Enables chrono-humanize ^0.1.2