# 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" version = "0.0.1" description = """ A Rust reproduction of OpenNARS (under development) """ readme = "README.md" keywords = [ "NARS", "Non-Axiomatic-Logic", "OpenNARS", ] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/ARCJ137442/NARust" [dependencies.anyhow] version = "1.0.83" [dependencies.nar_dev_utils] version = "0.35" features = ["bundled"] [dependencies.narsese] version = "0.21" features = [ "enum_narsese", "lexical_narsese", ] [dependencies.navm] version = "0.16" features = ["bundled"] [dependencies.pest] version = "2.7.10" optional = true [dependencies.pest_derive] version = "2.7.10" optional = true [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0.60" [features] all = ["dialect_parser"] default = ["all"] dialect_parser = [ "dep:pest", "dep:pest_derive", ]