bund_language_parser 0.14.0

BUND programming language parser
Documentation
# 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 = "bund_language_parser"
version = "0.14.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BUND programming language parser"
readme = "README.md"
keywords = [
    "language",
    "stack",
    "concatenative",
    "lambda",
    "dynamic",
]
categories = ["parser-implementations"]
license-file = "LICENSE"
repository = "https://github.com/vulogov/bund_language_parser"

[lib]
name = "bund_language_parser"
path = "src/lib.rs"

[[test]]
name = "bund-ctx-test"
path = "tests/bund-ctx-test.rs"

[[test]]
name = "bund-float-test"
path = "tests/bund-float-test.rs"

[[test]]
name = "bund-int-test"
path = "tests/bund-int-test.rs"

[[test]]
name = "bund-lambda-test"
path = "tests/bund-lambda-test.rs"

[[test]]
name = "bund-list-test"
path = "tests/bund-list-test.rs"

[[test]]
name = "bund-name-test"
path = "tests/bund-name-test.rs"

[[test]]
name = "bund-str-test"
path = "tests/bund-str-test.rs"

[[test]]
name = "bund-test"
path = "tests/bund-test.rs"

[[test]]
name = "dummy-test"
path = "tests/dummy-test.rs"

[dependencies.easy-error]
version = "1.0.0"

[dependencies.lexical-core]
version = "1.0.1"

[dependencies.log]
version = "0.4.22"

[dependencies.pest]
version = "2.7.12"

[dependencies.pest_derive]
version = "2.7.12"

[dependencies.rust_dynamic]
version = ">=0.*.*"