# 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" rust-version = "1.70" name = "know-cli" version = "0.0.0" authors = ["Haltia.AI "] publish = true description = "The Know Ontology command-line interface (CLI)." homepage = "https://know.rs" documentation = "https://github.com/HaltiaAI/know-cli/blob/master/README.md" readme = "README.md" keywords = [ "framework", "serde", "serialization", ] categories = ["command-line-utilities"] license = "Unlicense" repository = "https://github.com/HaltiaAI/know-cli" [[bin]] name = "know" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.argfile] version = "0.1.6" [dependencies.clap] version = "4.4.6" features = [ "color", "derive", "unicode", ] [dependencies.dirs] version = "5.0" [dependencies.dotenvy] version = "0.15.7" [dependencies.heck] version = "0.4.1" [dependencies.indexmap] version = "2.1.0" [dependencies.know] version = "0.0.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9.27" [dependencies.shadow-rs] version = "0.24.1" [dependencies.tera] version = "1" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.17" [dependencies.wild] version = "2.2.0" [build-dependencies.shadow-rs] version = "0.24.1" [features] default = []