# 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 = "babel_nar" version = "0.26.3" description = """ Implementation and application supports of the NAVM model """ readme = "README.md" keywords = [ "NARS", "Non-Axiomatic-Logic", "NAVM", ] categories = [ "parser-implementations", "development-tools", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ARCJ137442/BabelNAR.rs" [dependencies.anyhow] version = "1.0.88" [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.nar_dev_utils] version = "0.42" features = ["bundled"] [dependencies.narsese] version = "0.21" features = [ "enum_narsese", "lexical_narsese", ] [dependencies.navm] version = "0.17" features = [] [dependencies.pest] version = "2.7.12" optional = true [dependencies.pest_derive] version = "2.7.12" optional = true [dependencies.regex] version = "1.10.6" optional = true [dependencies.serde_json] version = "1.0.128" [dependencies.thiserror] version = "1.0.63" [features] bundled = [ "cin_implements", "test_tools", ] cin_implements = [ "opennars", "ona", "pynars", "nars_python", "openjunars", ] default = ["bundled"] nars_python = ["lazy_static"] ona = [ "regex", "pest", "pest_derive", ] openjunars = [] opennars = [ "regex", "pest", "pest_derive", ] pynars = ["regex"] test_tools = [ "pest", "pest_derive", ] [lints.clippy] doc_lazy_continuation = "allow"