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
somewhere in the dependency tree.default-features = false - 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