Cargo Features
[dependencies]
jrsonnet-gcmodule = { version = "0.4.0", default-features = false, features = ["debug", "derive", "nightly", "sync", "testutil"] }
- default = derive
-
The
derivefeature is set by default wheneverjrsonnet-gcmoduleis added withoutsomewhere in the dependency tree.default-features = false - debug
-
Affects
cc::CcDyn.gc_debug_name… - derive default = jrsonnet-gcmodule-derive
- nightly
- sync = 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.