Cargo Features
[dependencies]
jrsonnet-gcmodule = { version = "0.3.7", default-features = false, features = ["debug", "derive", "nightly", "sync", "testutil"] }
- default = derive, sync
-
These default features are set whenever
jrsonnet-gcmodule
is added without
somewhere in the dependency tree.default-features = false - debug
-
Affects
cc::CcDyn.gc_debug_name
… - derive default = jrsonnet-gcmodule-derive
- nightly
- sync default = parking_lot
-
Affects
ref_count::RefCount.locked
… - testutil
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.