bssl-cmake-sys

Crates.iobssl-cmake-sys
lib.rsbssl-cmake-sys
version
sourcesrc
created_at2024-03-14 03:10:37.840714
updated_at2024-12-07 07:13:44.074833
descriptionFFI bindings to BoringSSL (cmake incorporated)
homepage
repositoryhttps://github.com/zh-jq/bssl-cmake-sys.git
max_upload_size
id1172807
Cargo.toml error:TOML parse error at line 41, column 1 | 41 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Zhang Jingqiang (zh-jq)

documentation

README

bssl-cmake-sys

A BoringSSL rust binding based on bssl-sys crate.

The vendored BoringSSL code is incorperated to the CMake build system, which means:

  • you need to install cmake
  • golang is not required

Release Support

The version will always be 0.1.YYMMDDN.

We will pull in changes from BoringSSL main branch weekly, but it's not guranteed.

Commit count: 88

cargo fmt