# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "klvm_tools_rs" version = "0.1.44" authors = ["Art Yerkes "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "tools for working with chiklisp language; compiler, repl, python and wasm bindings" homepage = "https://prozacchiwawa.github.io/klvm_tools_rs/" readme = "README.md" keywords = [ "chik", "chiklisp", "klvm", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/Chik-Network/klvm_tools_rs" [package.metadata.maturin] python-source = "python" [lib] name = "klvm_tools_rs" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[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" [dependencies.binascii] version = "0.1.4" [dependencies.bls12_381] version = "=0.8.0" features = ["experimental"] [dependencies.bytestream] version = "0.4.1" [dependencies.derivative] version = "2.2.0" [dependencies.do-notation] version = "0.1.3" [dependencies.encoding8] version = "0.3.2" [dependencies.hex] version = "0.4.3" [dependencies.indoc] version = "1.0" [dependencies.klvmr] version = "=0.3.3" features = ["pre-eval"] [dependencies.lazy_static] version = "1.4.0" [dependencies.lfsr] version = "0.3.0" optional = true [dependencies.linked-hash-map] version = "0.5.6" [dependencies.num] version = "0.4.0" [dependencies.num-bigint] version = "0.4.0" features = ["serde"] [dependencies.num-traits] version = "0.2.14" [dependencies.pyo3] version = "0.20.2" features = [ "abi3-py38", "extension-module", ] optional = true [dependencies.rand] version = "0.8.5" optional = true [dependencies.rand_chacha] version = "0.3.1" optional = true [dependencies.regex] version = "1.8.4" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.9.5" [dependencies.tempfile] version = "3.3.0" [dependencies.unicode-segmentation] version = "1.8.0" [dependencies.yaml-rust] version = "0.4" [dev-dependencies.lfsr] version = "0.3.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_chacha] version = "0.3.1" [build-dependencies.pyo3-build-config] version = "0.15.1" [features] default = [] extension-module = ["dep:pyo3"] fuzz = [ "dep:rand", "dep:rand_chacha", "dep:lfsr", ] [target.'cfg(not(target_family="wasm"))'.dependencies.getrandom] version = "0.2" [target.'cfg(target_family="wasm")'.dependencies.getrandom] version = "0.2" features = ["js"] [target.'cfg(target_family="wasm")'.dependencies.js-sys] version = "0.3.58" [target.'cfg(target_family="wasm")'.dependencies.wasm-bindgen] version = "0.2.80" features = ["serde-serialize"] [target.'cfg(target_family="wasm")'.dependencies.wasm-bindgen-test] version = "0.3.25"