xref: /aosp_15_r20/external/boringssl/src/rust/bssl-sys/Cargo.toml (revision 8fb009dc861624b67b6cdb62ea21f0f22d0c584b)
1[package]
2name = "bssl-sys"
3version = "0.1.0"
4authors = ["Benjamin Brittain <[email protected]>"]
5edition = "2018"
6publish = false
7license = "ISC"
8
9# This exists to workaround a limitation in cargo:
10# https://github.com/rust-lang/cargo/issues/3544
11links = "bssl"
12
13[lints.rust]
14unexpected_cfgs = { level = "warn", check-cfg = ['cfg(unsupported_inline_wrappers)', 'cfg(soong)'] }
15