phrona-cli 0.1.1

Command-line interface to the phrona library: search, suggest, extract, ground, probe
# 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"
rust-version = "1.85"
name = "phrona-cli"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface to the phrona library: search, suggest, extract, ground, probe"
homepage = "https://github.com/alvaro-co/phrona"
documentation = "https://docs.rs/phrona-cli"
readme = "README.md"
keywords = [
    "search",
    "cli",
    "phrona",
    "mcp",
]
categories = ["command-line-utilities"]
license = "AGPL-3.0-only"
repository = "https://github.com/alvaro-co/phrona"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.clap_complete]
version = "4"

[dependencies.futures]
version = "0.3"

[dependencies.phrona]
version = "0.1.0"

[dependencies.phrona-api]
version = "0.1.0"

[dependencies.phrona-mcp]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "time",
    "sync",
    "net",
    "signal",
]

[dependencies.tracing]
version = "0.1"

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