1config BR2_PACKAGE_PYTHON_RTOML 2 bool "python-rtoml" 3 depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS 4 help 5 A better TOML library for python implemented in rust. 6 7 https://github.com/samuelcolvin/rtoml 8