Cargo Features
[dependencies]
parity-subtle = { version = "0.1.1", default-features = false, features = ["i128", "nightly"] }
- default = i128
-
The
i128
feature is set by default wheneverparity-subtle
is added without
somewhere in the dependency tree.default-features = false - i128 default
- nightly
-
DEPRECATED: As of 2.4.1, this feature does nothing.