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