toml2json 1.3.2

Convert TOML to JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

# NOTE: This section is a stub; needed to prevent
# `uv run --only-group docs` from failing.
[project]
name = "toml2json"
dynamic = ["version", "readme"]
# Arbitrarily set to the oldest non-EOL Python.
requires-python = ">=3.9"

[tool.maturin]
bindings = "bin"