Cargo Features
[dependencies]
tonlib-client = { version = "0.20.3", default-features = false, features = ["state_cache", "emulate_get_method", "no_avx512", "with_debug_info", "liteapi"] }
- default = emulate_get_method, state_cache
-
These default features are set whenever
tonlib-client
is added without
somewhere in the dependency tree.default-features = false - state_cache default
-
Affects
builder::TonContractFactoryBuilder
… - emulate_get_method default
- no_avx512
-
Enables no_avx512 of tonlib-sys =2024.9.0
- with_debug_info
-
Enables with_debug_info of tonlib-sys =2024.9.0
- liteapi
-
Enables ton_liteapi