Cargo Features

[dependencies]
timelock = { version = "0.0.1", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever timelock is added without default-features = false somewhere in the dependency tree.

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