Cargo Features
[dependencies]
tonlib-client = { version = "0.23.1", default-features = false, features = ["emulate_get_method", "no_avx512", "with_debug_info", "liteapi"] }
- default = emulate_get_method
-
The
emulate_get_method
feature is set by default whenevertonlib-client
is added without
somewhere in the dependency tree.default-features = false - 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 ^0.1.0
tonlib-client has 5 features without comments.