prompts-cli 0.1.19

A CLI for managing prompts for large language models.
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 = "prompts-cli"
version = "0.1.19"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI for managing prompts for large language models."
homepage = "https://github.com/julwrites/prompts-cli"
documentation = "https://github.com/julwrites/prompts-cli"
readme = false
license = "MIT"
repository = "https://github.com/julwrites/prompts-cli"

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

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

[[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"

[dependencies.anyhow]
version = "1.0.98"

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

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

[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.libsql]
version = "0.9.19"
features = [
    "replication",
    "serde",
]

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

[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]
version = "1.47.0"
features = [
    "macros",
    "rt-multi-thread",
]

[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"