# 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 = "navm" version = "0.17.4" description = """ Definitions and APIs for the NAVM (Non-Axiomatic Virtual Machine) model """ readme = "README.md" keywords = [ "NARS", "Non-Axiomatic-Logic", "NAVM", ] categories = ["parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/ARCJ137442/NAVM.rs" [dependencies.anyhow] version = "1.0.88" [dependencies.nar_dev_utils] version = "0.42" features = ["bundled"] [dependencies.narsese] version = "0.21" features = ["lexical_narsese"] [dependencies.serde] version = "1.0.210" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.128" optional = true [features] bundled = [ "serde", "serde_json", ] default = ["bundled"] serde = ["dep:serde"] serde_json = [ "serde", "dep:serde_json", ] [lints.clippy] doc_lazy_continuation = "allow"