Cargo Features

[dependencies]
tongsuo = { version = "0.10.62", default-features = false, features = ["v111", "vendored", "tongsuo", "bindgen", "unstable_boringssl"] }

these are deprecated and don't do anything anymore

default = tongsuo

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

v101 v102 v110 v111
vendored

Enables vendored of tongsuo-sys

tongsuo default

Enables tongsuo of tongsuo-sys

bindgen

Enables bindgen of tongsuo-sys

unstable_boringssl

Enables unstable_boringssl of tongsuo-sys

Tongsuo has 6 features without comments.