1config BR2_PACKAGE_PYTHON_FASTUI
2	bool "python-fastui"
3	depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-pydantic -> python-pydantic-core
4	select BR2_PACKAGE_PYTHON_EMAIL_VALIDATOR # runtime
5	select BR2_PACKAGE_PYTHON_PYDANTIC # runtime
6	help
7	  Build better UIs faster.
8
9	  https://github.com/pydantic/FastUI
10