A small Bazel library which allows repository rules to consume TOML files.
Following the lead of json,
load("@toml.bzl", "toml")
# toml.decode_file(repository_ctx, <path>)
#
# Unsupported:
# toml.decode(repository_ctx, <text>)
# toml.encode_indent(repository_ctx, <obj>)
# toml.indent(repository_ctx, <text>)This ruleset collects limited usage data via tools_telemetry, which is reported to Aspect Build Inc and governed by our privacy policy.