# 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 = "chinillaclvm_tools_rs" version = "0.1.25" authors = ["Art Yerkes "] description = "tools for working with chinillalisp language; compiler, repl, python and wasm bindings" homepage = "https://prozacchiwawa.github.io/chinillaclvm_tools_rs/" readme = "README.md" keywords = [ "chinilla", "chinillalisp", "chinillaclvm", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/Chinilla/chinillaclvm_tools_rs" [lib] name = "chinillaclvm_tools_rs" crate-type = [ "cdylib", "rlib", ] [[bin]] name = "opd" path = "src/classic/bins/opd.rs" [[bin]] name = "opc" path = "src/classic/bins/opc.rs" [[bin]] name = "run" path = "src/classic/bins/run.rs" [[bin]] name = "brun" path = "src/classic/bins/brun.rs" [[bin]] name = "cldb" path = "src/classic/bins/cldb.rs" [[bin]] name = "shrink" path = "src/classic/bins/shrink.rs" [[bin]] name = "repl" path = "src/classic/bins/repl.rs" [dependencies.binascii] version = "0.1.4" [dependencies.bls12_381] version = "0.7.0" [dependencies.bytestream] version = "0.4.1" [dependencies.chinillaclvmr] version = "0.1.24" [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.lazy_static] version = "1.4.0" [dependencies.linked-hash-map] version = "0.5.6" [dependencies.num] version = "0.4.0" [dependencies.num-bigint] version = "^0.4.0" [dependencies.num-traits] version = "0.2.15" [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.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"] extension-module = ["pyo3"] [target."cfg(not(target_family=\"wasm\"))".dependencies.getrandom] version = "0.2" [target."cfg(not(target_family=\"wasm\"))".dependencies.pyo3] version = "0.14.2" features = [ "abi3-py37", "extension-module", ] optional = true [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"