cmdhub-cli 0.1.2

cmdh — the CmdHub CLI client for offline command search and execution
Documentation
# 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 = "cmdhub-cli"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "cmdh"
description = "cmdh — the CmdHub CLI client for offline command search and execution"
readme = false
license = "MIT"
repository = "https://github.com/Xuepoo/cmdhub-oss"

[lib]
name = "cmdhub_cli"
path = "src/lib.rs"

[[bin]]
name = "cmdh"
path = "src/main.rs"

[[bin]]
name = "cmdh-build-db"
path = "src/bin/build_db.rs"

[[bin]]
name = "cmdh-extractor"
path = "src/bin/extractor.rs"

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.clap_complete]
version = "4"

[dependencies.cmdhub-shared]
version = "0.1.0"

[dependencies.cmdhub-skills]
version = "0.1.0"

[dependencies.directories]
version = "6"

[dependencies.ed25519-dalek]
version = "2"
features = ["serde"]

[dependencies.flate2]
version = "1.0"

[dependencies.fs2]
version = "0.4"

[dependencies.libc]
version = "0.2"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "json",
]
default-features = false

[dependencies.rusqlite]
version = "0.31"
features = [
    "bundled",
    "backup",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.sqlite-vec]
version = "0.1.9"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]

[dependencies.tract-onnx]
version = "0.21.3"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dependencies.which]
version = "6.0"

[dependencies.zstd]
version = "0.13"

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

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

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