Cargo Features

[dependencies]
tonlib-client = { version = "0.20.2", 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 default-features = false somewhere in the dependency tree.

state_cache default

Affects builder::TonContractFactoryBuilder

emulate_get_method default
no_avx512

Enables no_avx512 of tonlib-sys

with_debug_info

Enables with_debug_info of tonlib-sys

liteapi

Enables ton_liteapi