Cargo Features
[dependencies]
pcg_rand = { version = "0.13.0", default-features = false, features = ["serde1", "u128", "no_deserialize_verify"] }
- default = u128
-
The
u128
feature is set by default wheneverpcg_rand
is added without
somewhere in the dependency tree.default-features = false - serde1 = serde
-
Affects
pcg_rand::serialization
… - u128 default
-
Enables i128 of num-traits
num-traits:
vestigial features, now always in effect
Affects
pcg_rand::OneseqXshRs12832
,pcg_rand::OneseqXshRr12832
,pcg_rand::OneseqDXsM12832
,pcg_rand::UniqueXshRs12832
,pcg_rand::UniqueXshRr12832
,pcg_rand::UniqueDXsM12832
,pcg_rand::SetseqXshRs12832
,pcg_rand::SetseqXshRr12832
,pcg_rand::SetseqDXsM12832
,pcg_rand::McgXshRs12832
,pcg_rand::McgXshRr12832
,pcg_rand::McgDXsM12832
,pcg_rand::Pcg32L
,pcg_rand::Pcg32LOneseq
,pcg_rand::Pcg32LUnique
,pcg_rand::Pcg32LFast
… - no_deserialize_verify
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.