[dependencies.cmake]
version = "0.1"
[package]
authors = ["Jay Lee <BusyJayLee@gmail.com>"]
description = """
A crate for building boringssl.
"""
edition = "2018"
exclude = ["boringssl/crypto_test_data.cc", "boringssl/src/fuzz", "boringssl/src/crypto/cipher_extra/test", "boringssl/src/crypto/fipsmodule/*.png", "boringssl/src/crypto/fipsmodule/policydocs/*", "boringssl/src/crypto/hpke/test-vectors.json", "boringssl/src/ssl/test/*", "boringssl/src/third_party/wycheproof_testvectors", "boringssl/src/third_party/googletest", "testcrate", ".github"]
license = "MIT/Apache-2.0"
name = "boringssl-src"
readme = "README.md"
repository = "https://github.com/BusyJay/boringssl-src-rs"
version = "0.6.0+e46383f"