Cargo Features

[dependencies]
lento-quick-js = { version = "0.4.2-alpha.0", default-features = false, features = ["bigint", "chrono", "log"] }
default = chrono

The chrono feature is set by default whenever lento-quick-js is added without default-features = false somewhere in the dependency tree.

bigint = num-bigint, num-traits

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 default
num-bigint bigint?

Enables num-bigint ^0.2.2

num-traits bigint?
log implicit feature

Enables log

log:

A lightweight logging facade for Rust