narust-158 0.3.1

A Rust reimplementation of OpenNARS 1.5.8
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 = "narust-158"
version = "0.3.1"
default-run = "narust_158_shell"
description = """
A Rust reimplementation of OpenNARS 1.5.8
"""
readme = "README.md"
keywords = [
    "NARS",
    "Non-Axiomatic-Logic",
    "OpenNARS",
]
categories = []
license = "MIT OR Apache-2.0"
repository = "https://github.com/ARCJ137442/narust-158"

[[bin]]
name = "narust_158_shell"
path = "src/bin/shell/main.rs"

[[bin]]
name = "narust_158_batch"
path = "src/bin/batch/main.rs"

[dependencies.anyhow]
version = "1.0.86"

[dependencies.nar_dev_utils]
version = "0.44.0"
features = ["bundled"]

[dependencies.narsese]
version = "0.21"
features = [
    "enum_narsese",
    "lexical_narsese",
]

[dependencies.navm]
version = "0.17"
features = ["bundled"]

[dependencies.pest]
version = "2.7.11"
optional = true

[dependencies.pest_derive]
version = "2.7.11"
optional = true

[dependencies.rand]
version = "0.8.5"

[dependencies.serde]
version = "1.0.206"
features = ["rc"]

[dependencies.serde_json]
version = "1.0.122"

[dependencies.thiserror]
version = "2.0.0"

[features]
all = ["dialect_parser"]
default = ["all"]
dialect_parser = [
    "dep:pest",
    "dep:pest_derive",
]

[lints.clippy]
doc_lazy_continuation = "allow"