graphannis-cli 4.1.3

This is a command-line interface to the new backend implementation of the ANNIS linguistic search and visualization system.
# 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 = "graphannis-cli"
version = "4.1.3"
authors = ["Thomas Krause <thomaskrause@posteo.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This is a command-line interface to the new backend implementation of the ANNIS linguistic search and visualization system."
readme = "crate-info.md"
license = "Apache-2.0"
repository = "https://github.com/korpling/graphANNIS"

[[bin]]
name = "annis"
path = "src/bin/annis.rs"

[[bin]]
name = "annis_bench_queries"
path = "src/bin/annis_bench_queries.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "2"
default-features = false

[dependencies.compound_duration]
version = "2.0"

[dependencies.criterion]
version = "0.8.2"

[dependencies.graphannis]
version = "^4"

[dependencies.log]
version = "0.4"

[dependencies.prettytable-rs]
version = "0.10.0"

[dependencies.rustyline]
version = "9"

[dependencies.rustyline-derive]
version = "0.5"

[dependencies.simplelog]
version = "0.12"

[dependencies.toml]
version = "1.1.2"

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

[dev-dependencies.insta]
version = "1.34.0"
features = ["filters"]

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

[target.'cfg(not(target_env = "msvc"))'.dependencies.tikv-jemallocator]
version = "0.6.1"