chialisp 0.4.1

tools for working with chialisp language; compiler, repl, python and wasm bindings
Documentation
[[bin]]
name = "brun"
path = "src/classic/bins/brun.rs"

[[bin]]
name = "cldb"
path = "src/classic/bins/cldb.rs"

[[bin]]
name = "clisp_to_json"
path = "src/classic/bins/clisp_to_json.rs"

[[bin]]
name = "opc"
path = "src/classic/bins/opc.rs"

[[bin]]
name = "opd"
path = "src/classic/bins/opd.rs"

[[bin]]
name = "repl"
path = "src/classic/bins/repl.rs"

[[bin]]
name = "run"
path = "src/classic/bins/run.rs"

[[bin]]
name = "shrink"
path = "src/classic/bins/shrink.rs"

[build-dependencies.pyo3-build-config]
version = "0.24.0"

[dependencies.binascii]
version = "0.1.4"

[dependencies.chia-bls]
version = "0.30.0"

[dependencies.clvmr]
features = ["pre-eval"]
version = "0.16.2"

[dependencies.do-notation]
version = "0.1.3"

[dependencies.hashlink]
version = "0.10.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.indoc]
version = "2.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.lfsr]
optional = true
version = "0.3.0"

[dependencies.num]
version = "0.4.3"

[dependencies.num-bigint]
features = ["serde"]
version = "0.4.0"

[dependencies.num-traits]
version = "0.2.14"

[dependencies.pyo3]
features = ["abi3-py39", "extension-module"]
optional = true
version = "0.24.1"

[dependencies.rand]
optional = true
version = "0.9.2"

[dependencies.rand_chacha]
optional = true
version = "0.9.0"

[dependencies.regex]
version = "1.11.2"

[dependencies.serde]
features = ["derive", "rc"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10.9"

[dependencies.tempfile]
version = "3.22.0"

[dependencies.unicode-segmentation]
version = "1.12.0"

[dependencies.yaml-rust2]
version = "0.10.3"

[dev-dependencies.lfsr]
version = "0.3.0"

[dev-dependencies.rand]
version = "0.9.2"

[dev-dependencies.rand_chacha]
version = "0.9.0"

[features]
default = []
extension-module = ["dep:pyo3"]
fuzz = ["dep:rand", "dep:rand_chacha", "dep:lfsr"]

[lib]
crate-type = ["cdylib", "rlib"]
name = "chialisp"
path = "src/lib.rs"

[package]
authors = ["Art Yerkes <art.yerkes@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "tools for working with chialisp language; compiler, repl, python and wasm bindings"
edition = "2018"
keywords = ["chia", "chialisp", "clvm"]
license = "Apache-2.0"
name = "chialisp"
readme = "README.md"
repository = "https://github.com/Chia-Network/chialisp"
version = "0.4.1"

[package.metadata.maturin]
python-source = "python"

[target.'cfg(not(target_family="wasm"))'.dependencies.getrandom]
version = "0.2"

[target.'cfg(target_family="wasm")'.dependencies.getrandom]
features = ["js"]
version = "0.2"

[target.'cfg(target_family="wasm")'.dependencies.js-sys]
version = "0.3.58"

[target.'cfg(target_family="wasm")'.dependencies.wasm-bindgen]
features = ["serde-serialize"]
version = "0.2.100"