1config BR2_PACKAGE_PYTHON_BCRYPT
2	bool "python-bcrypt"
3	depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
4	help
5	  Modern password hashing for your software and your servers.
6
7	  https://github.com/pyca/bcrypt/
8