Cargo Features

gmssl-sys has no features set by default.

[dependencies]
gmssl-sys = { version = "0.1.2", features = ["vendored", "unstable_boringssl", "bssl-sys", "bindgen"] }
vendored = gmssl-src
unstable_boringssl

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

bssl-sys implicit feature

Enables bssl-sys

bssl-sys:

Placeholder package for boringssl bindings

bindgen build implicit feature

Enables bindgen ^0.65

bindgen:

Automatically generates Rust FFI bindings to C and C++ libraries

Affects run_bindgen::run, run_bindgen::run_boringssl

gmssl-src build vendored?