graphannis-cli 2.0.4

This is a command-line interface to the new backend implementation of the ANNIS linguistic search and visualization system.
[[bin]]
name = "annis"

[[bin]]
name = "bench_queries"
[dependencies.anyhow]
version = "1"

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

[dependencies.compound_duration]
version = "1"

[dependencies.criterion]
version = "0.3"

[dependencies.graphannis]
version = "^2"

[dependencies.log]
version = "0.4"

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

[dependencies.rustyline]
version = "9"

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

[dependencies.simplelog]
version = "0.10"

[dependencies.toml]
version = "0.5"

[package]
authors = ["Thomas Krause <thomaskrause@posteo.de>"]
autobins = true
description = "This is a command-line interface to the new backend implementation of the ANNIS linguistic search and visualization system."
edition = "2018"
license = "Apache-2.0"
name = "graphannis-cli"
readme = "crate-info.md"
repository = "https://github.com/korpling/graphANNIS"
version = "2.0.4"