# 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 = "2021" name = "rust_multistackvm" version = "0.20.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Stack-based virtual machine on top of rust_multistack crate" readme = "README.md" keywords = [ "vm", "stack", "top", "lambda", "execute", ] categories = ["emulators"] license-file = "LICENSE" repository = "https://github.com/vulogov/rust_multistackvm" [lib] name = "rust_multistackvm" path = "src/lib.rs" [[test]] name = "dummy-test" path = "tests/dummy-test.rs" [[test]] name = "vm-alias-test" path = "tests/vm-alias-test.rs" [[test]] name = "vm-apply-test" path = "tests/vm-apply-test.rs" [[test]] name = "vm-convert-test" path = "tests/vm-convert-test.rs" [[test]] name = "vm-execute-test" path = "tests/vm-execute-test.rs" [[test]] name = "vm-helper-test" path = "tests/vm-helper-test.rs" [[test]] name = "vm-json-test" path = "tests/vm-json-test.rs" [[test]] name = "vm-lambda-test" path = "tests/vm-lambda-test.rs" [[test]] name = "vm-logic-conditional-move-test" path = "tests/vm-logic-conditional-move-test.rs" [[test]] name = "vm-logic-do-test" path = "tests/vm-logic-do-test.rs" [[test]] name = "vm-logic-if-test" path = "tests/vm-logic-if-test.rs" [[test]] name = "vm-logic-loop-test" path = "tests/vm-logic-loop-test.rs" [[test]] name = "vm-logic-map-test" path = "tests/vm-logic-map-test.rs" [[test]] name = "vm-logic-test" path = "tests/vm-logic-test.rs" [[test]] name = "vm-logic-times-test" path = "tests/vm-logic-times-test.rs" [[test]] name = "vm-logic-while-test" path = "tests/vm-logic-while-test.rs" [[test]] name = "vm-math-add-test" path = "tests/vm-math-add-test.rs" [[test]] name = "vm-math-div-test" path = "tests/vm-math-div-test.rs" [[test]] name = "vm-math-float-test" path = "tests/vm-math-float-test.rs" [[test]] name = "vm-math-mul-test" path = "tests/vm-math-mul-test.rs" [[test]] name = "vm-math-sub-test" path = "tests/vm-math-sub-test.rs" [[test]] name = "vm-string-case-test" path = "tests/vm-string-case-test.rs" [[test]] name = "vm-string-concat-with-space-test" path = "tests/vm-string-concat-with-space-test.rs" [[test]] name = "vm-string-format" path = "tests/vm-string-format.rs" [[test]] name = "vm-test" path = "tests/vm-test.rs" [[test]] name = "vm-textbuffer-test" path = "tests/vm-textbuffer-test.rs" [[test]] name = "vm-values-test" path = "tests/vm-values-test.rs" [dependencies.convert_case] version = "0.6.0" [dependencies.easy-error] version = "1.0.0" [dependencies.jsonpath-rust] version = "0.7.3" [dependencies.leon] version = "3.0.1" [dependencies.nanoid] version = "0.4.0" [dependencies.num] version = "0.4.3" [dependencies.rust_dynamic] version = ">=0.33.*" [dependencies.rust_multistack] version = ">= 0.*.*" [dependencies.serde] version = "1.0.214" [dependencies.serde_json] version = "1.0.132"