Cargo Features

[dependencies]
quickjs_android_suitable_sys = { version = "0.20220306.3", default-features = false, features = ["bignum", "dump_free", "dump_leaks"] }
default = bignum

The bignum feature is set by default whenever quickjs_android_suitable_sys is added without default-features = false somewhere in the dependency tree.

bignum default
dump_free
dump_leaks

quickjs_android_suitable_sys has 4 features without comments.