laurus-cli 0.2.1

Command-line interface for the Laurus search engine
# 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 = "laurus-cli"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for the Laurus search engine"
homepage = "https://github.com/mosuka/laurus"
documentation = "https://docs.rs/laurus"
readme = false
keywords = [
    "search",
    "cli",
    "indexing",
    "query",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/mosuka/laurus"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.laurus]
version = "0.2.1"

[dependencies.laurus-server]
version = "0.2.1"

[dependencies.rustyline]
version = "17.0.2"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tabled]
version = "0.20.0"

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

[dependencies.toml]
version = "1.0.6"