# 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 = "bundcore" version = "0.3.0" description = "BUND programming language API" readme = "README.md" keywords = [ "language", "stack", "concatenative", "lambda", "dynamic", ] categories = ["parser-implementations"] license-file = "LICENSE" repository = "https://github.com/vulogov/bundcore" [dependencies.bund_language_parser] version = ">=0.*.*" [dependencies.easy-error] version = "1.0.0" [dependencies.nanoid] version = "0.4.0" [dependencies.rust_dynamic] version = ">=0.*.*" [dependencies.rust_multistackvm] version = ">=0.*.*"