1config BR2_PACKAGE_PYTHON_ORJSON
2	bool "python-orjson"
3	depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
4	select BR2_PACKAGE_PYTHON_CFFI # runtime
5	help
6	  orjson is a fast, correct JSON library for Python. It
7	  benchmarks as the fastest Python library for JSON and is more
8	  correct than the standard json library or other third-party
9	  libraries. It serializes dataclass, datetime, numpy, and UUID
10	  instances natively.
11
12	  https://github.com/ijl/orjson
13