prompts-cli 0.1.3

A CLI for managing prompts for large language models.
Documentation
[[bin]]
name = "prompts-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.async-trait]
version = "0.1.88"

[dependencies.clap]
features = ["derive"]
version = "4.5.41"

[dependencies.config]
version = "0.13.3"

[dependencies.directories]
version = "5.0.1"

[dependencies.dirs]
version = "5.0.1"

[dependencies.fuzzy-matcher]
version = "0.3.7"

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

[dependencies.serde_json]
version = "1.0.141"

[dependencies.sha2]
version = "0.10.9"

[dependencies.tera]
version = "1.19.1"

[dependencies.thiserror]
version = "2.0.12"

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

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

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

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

[dev-dependencies.toml]
version = "0.8.13"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A CLI for managing prompts for large language models."
documentation = "https://github.com/julwrites/prompts-cli"
edition = "2021"
homepage = "https://github.com/julwrites/prompts-cli"
license = "MIT"
name = "prompts-cli"
readme = false
repository = "https://github.com/julwrites/prompts-cli"
version = "0.1.3"

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

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

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

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

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

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

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

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