Cargo Features

[dependencies]
ton-contracts = { version = "0.4.5", default-features = false, features = ["jetton", "wallet", "arbitrary"] }
default = jetton, wallet

These default features are set whenever ton-contracts is added without default-features = false somewhere in the dependency tree.

jetton default

Affects ton-contracts::jetton

wallet default

Enables hmac, nacl, pbkdf2, and sha2

Affects ton-contracts::wallet

arbitrary

Enables arbitrary, arbitrary and std of chrono, arbitrary of num-bigint and tlb-ton