11[package ]
22name = " variant-ssl-sys"
3- version = " 0.17.30 "
3+ version = " 0.17.31 "
44license = " MIT"
55description = " FFI bindings to OpenSSL variants such as BoringSSL / AWS-LC / Tongsuo"
66repository = " https://github.com/VEY-OSS/rust-variant-ssl"
@@ -19,16 +19,14 @@ boringssl = ["dep:bssl-sys"]
1919aws-lc = [" dep:aws-lc-sys" ]
2020aws-lc-fips = [' dep:aws-lc-fips-sys' ]
2121bindgen = [" dep:bindgen" , " aws-lc-sys?/bindgen" , " aws-lc-fips-sys?/bindgen" ]
22- runtime-libclang = [" bindgen?/runtime" , " bssl-sys?/runtime-libclang" , " mimalloc-sys?/runtime-libclang" ]
23- static-libclang = [" bindgen?/static" , " bssl-sys?/static-libclang" , " mimalloc-sys?/static-libclang" ]
24- mimalloc = [" dep:mimalloc-sys" , " bssl-sys?/mimalloc" ]
22+ runtime-libclang = [" bindgen?/runtime" , " bssl-sys?/runtime-libclang" ]
23+ static-libclang = [" bindgen?/static" , " bssl-sys?/static-libclang" ]
2524
2625[dependencies ]
2726libc = " 0.2"
28- bssl-sys = { package = " bssl-cmake-sys" , version = " 0.1.2605262 " , optional = true , default-features = false }
27+ bssl-sys = { package = " bssl-cmake-sys" , version = " 0.1.2605260 " , optional = true , default-features = false }
2928aws-lc-sys = { version = " 0.41.0" , optional = true , features = [" ssl" ] }
3029aws-lc-fips-sys = { version = " 0.13.8" , features = [" ssl" ], optional = true }
31- mimalloc-sys = { package = " vey-mimalloc-sys" , version = " 0.2" , default-features = false , optional = true }
3230
3331[build-dependencies ]
3432bindgen = { version = " 0.72.0" , optional = true , default-features = false }
0 commit comments