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 wheneverquickjs-rs
is added without
somewhere in the dependency tree.default-features = false - 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