# 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_cli" version = "0.3.1" description = """ Command Line Interface (CLI) of BabelNAR.rs """ readme = "README.md" keywords = [ "NARS", "NAVM", "BabelNAR", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/ARCJ137442/BabelNAR-CLI.rs" [dependencies.anyhow] version = "1.0.88" [dependencies.babel_nar] version = "0.26" features = [ "cin_implements", "test_tools", ] [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.clearscreen] version = "3.0.0" [dependencies.colored] version = "2.1.0" [dependencies.deser-hjson] version = "2.2.4" [dependencies.nar_dev_utils] version = "0" features = ["bundled"] [dependencies.narsese] version = "0.21" features = ["lexical_narsese"] [dependencies.navm] version = "0.17" features = [] [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.ws] version = "0.9.2" [features] [lints.clippy] doc_lazy_continuation = "allow"