terraphim-cli 1.20.3

CLI tool for semantic knowledge graph search with JSON output for automation
# 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 = "2024"
name = "terraphim-cli"
version = "1.20.3"
authors = ["Terraphim Team <team@terraphim.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for semantic knowledge graph search with JSON output for automation"
homepage = "https://terraphim.ai"
documentation = "https://terraphim.ai"
readme = "README.md"
keywords = [
    "search",
    "knowledge-graph",
    "semantic",
    "cli",
    "automation",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "Apache-2.0"
repository = "https://github.com/terraphim/terraphim-ai"
resolver = "2"

[features]
default = ["usage"]
usage = ["dep:terraphim_usage"]

[[bin]]
name = "terraphim-cli"
path = "src/main.rs"

[[test]]
name = "cli_command_tests"
path = "tests/cli_command_tests.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "service_tests"
path = "tests/service_tests.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "cargo",
    "env",
]

[dependencies.clap_complete]
version = "4.5"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.terraphim_automata]
version = "1.19.2"

[dependencies.terraphim_command_runtime]
version = "0.1.0"

[dependencies.terraphim_config]
version = "1.0.0"

[dependencies.terraphim_hooks]
version = "1.0.0"

[dependencies.terraphim_persistence]
version = "1.0.0"

[dependencies.terraphim_rolegraph]
version = "1.0.0"

[dependencies.terraphim_service]
version = "1.0.0"

[dependencies.terraphim_settings]
version = "1.0.0"

[dependencies.terraphim_types]
version = "1.0.0"

[dependencies.terraphim_update]
version = "1.0.0"

[dependencies.terraphim_usage]
version = "1.20.3"
features = [
    "cli",
    "providers",
]
optional = true

[dependencies.tokio]
version = "1.0"
features = [
    "full",
    "rt-multi-thread",
    "macros",
]

[dev-dependencies.assert_cmd]
version = "2.1"

[dev-dependencies.predicates]
version = "3.1"

[dev-dependencies.serial_test]
version = "3.3"

[dev-dependencies.tempfile]
version = "3.27"

[dev-dependencies.tokio]
version = "1.0"
features = [
    "full",
    "rt-multi-thread",
    "macros",
    "test-util",
]