[badges.maintenance]
status = "actively-developed"
[dependencies.bimap]
version = "0.5"
[dependencies.dashmap]
version = "3.5.0"
[dependencies.lazy_static]
version = "1.2.0"
[dependencies.log]
features = ["max_level_debug", "release_max_level_warn"]
version = "0.4"
[dependencies.maplit]
version = "1.0.2"
[dependencies.rayon]
version = "1.3.0"
[dependencies.slotmap]
version = "1.0.6"
[dependencies.thiserror]
version = "1"
[dev-dependencies.assert_matches]
version = "1.5.0"
[dev-dependencies.pretty_assertions]
version = "1.4.0"
[dev-dependencies.proptest]
version = "0.9.1"
[lib]
crate-type = ["lib"]
name = "zia"
path = "src/lib.rs"
[package]
authors = ["Charles Johnson <charlesthomasjohnson0@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["science", "parser-implementations", "internationalization", "compression"]
description = "Interpreter Library for the Zia Programming Language"
edition = "2021"
keywords = ["interpreter", "language-programming", "tacit", "symbolic"]
license = "GPL-3.0"
name = "zia"
readme = "README.md"
repository = "https://github.com/Charles-Johnson/zia_programming"
version = "0.6.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.simple_logger]
version = "1.15.0"
[[test]]
name = "definitions"
path = "tests/definitions.rs"
[[test]]
name = "definitions_and_reductions"
path = "tests/definitions_and_reductions.rs"
[[test]]
name = "exists_such_that"
path = "tests/exists_such_that.rs"
[[test]]
name = "implication"
path = "tests/implication.rs"
[[test]]
name = "lexer"
path = "tests/lexer.rs"
[[test]]
name = "precedence"
path = "tests/precedence.rs"
[[test]]
name = "program_recognition"
path = "tests/program_recognition.rs"
[[test]]
name = "reductions"
path = "tests/reductions.rs"
[[test]]
name = "syntax"
path = "tests/syntax.rs"
[[test]]
name = "variables"
path = "tests/variables.rs"