clvm_tools_rs 0.4.0

tools for working with chialisp language; compiler, repl, python and wasm bindings
Documentation
[build-system]
requires = ["maturin>=1.3.2"]
build-backend = "maturin"

[tool.maturin]
bindings = "pyo3"
features = ["extension-module"]

[project]
name = "clvm_tools_rs"
dynamic = ["version"]

# - Reenable these when we switch over from clvm_tools.
# [project.scripts]
# brun = "clvm_tools_rs.cmds:brun"
# run = "clvm_tools_rs.cmds:run"
# opc = "clvm_tools_rs.cmds:opc"
# opd = "clvm_tools_rs.cmds:opd"
# cldb = "clvm_tools_rs.cmds:cldb"