diff options
Diffstat (limited to 'security/py-bcrypt/Makefile.crates')
-rw-r--r-- | security/py-bcrypt/Makefile.crates | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/security/py-bcrypt/Makefile.crates b/security/py-bcrypt/Makefile.crates new file mode 100644 index 000000000000..d762d5e54aec --- /dev/null +++ b/security/py-bcrypt/Makefile.crates @@ -0,0 +1,50 @@ +CARGO_CRATES= autocfg-1.4.0 \ + base64-0.22.1 \ + bcrypt-0.17.0 \ + bcrypt-pbkdf-0.10.0 \ + bitflags-2.8.0 \ + block-buffer-0.10.4 \ + blowfish-0.9.1 \ + byteorder-1.5.0 \ + cfg-if-1.0.0 \ + cipher-0.4.4 \ + cpufeatures-0.2.17 \ + crypto-common-0.1.6 \ + digest-0.10.7 \ + generic-array-0.14.7 \ + getrandom-0.3.1 \ + heck-0.5.0 \ + indoc-2.0.5 \ + inout-0.1.4 \ + libc-0.2.170 \ + memoffset-0.9.1 \ + once_cell-1.20.3 \ + pbkdf2-0.12.2 \ + portable-atomic-1.11.0 \ + proc-macro2-1.0.93 \ + pyo3-0.23.5 \ + pyo3-build-config-0.23.5 \ + pyo3-ffi-0.23.5 \ + pyo3-macros-0.23.5 \ + pyo3-macros-backend-0.23.5 \ + quote-1.0.38 \ + sha2-0.10.8 \ + subtle-2.6.1 \ + syn-2.0.98 \ + target-lexicon-0.12.16 \ + typenum-1.18.0 \ + unicode-ident-1.0.17 \ + unindent-0.2.3 \ + version_check-0.9.5 \ + wasi-0.13.3+wasi-0.2.2 \ + windows-targets-0.52.6 \ + windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_msvc-0.52.6 \ + windows_i686_gnu-0.52.6 \ + windows_i686_gnullvm-0.52.6 \ + windows_i686_msvc-0.52.6 \ + windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_msvc-0.52.6 \ + wit-bindgen-rt-0.33.0 \ + zeroize-1.8.1 |