| [package] | |
| name = "np_c_ffi" | |
| version = "0.1.0" | |
| edition = "2021" | |
| publish = false | |
| license = "Apache-2.0" | |
| [dependencies] | |
| np_ffi_core = {workspace = true, default-features=false} | |
| lock_adapter.workspace = true | |
| [build-dependencies] | |
| cbindgen.workspace = true | |
| [features] | |
| default = ["rustcrypto"] | |
| rustcrypto = ["np_ffi_core/rustcrypto"] | |
| boringssl = ["np_ffi_core/boringssl"] | |
| [lib] | |
| # boringssl and bssl-sys are built as a static lib, so we need to as well | |
| crate-type = ["staticlib"] |