Cargo Features

[dependencies]
quickjs-rs = { version = "0.5.2", default-features = false, features = ["patched", "bigint", "chrono", "log"] }
default = chrono

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

patched

Enables patched of libquickjs-sys-latest

bigint = num-bigint, num-traits

Enables patched of libquickjs-sys-latest

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