Cargo Features
[dependencies]
timelock = { version = "0.0.1", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default whenevertimelock
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of ark-bls12-381 ^0.4.0, ark-ec ^0.4.0, ark-ff ^0.4.0, ark-poly ^0.4.0, ark-serialize ^0.4.0, ark-std ^0.4.0, chacha20poly1305, parity-scale-codec, rand_chacha, scale-info, serde_cbor, serde_json, sha2, sha3, and w3f-bls =0.1.4
ark-std:
arkworks dependencies