# 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 = "graphannis-cli" version = "3.5.1" authors = ["Thomas Krause "] build = 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" [package.metadata.cargo-machete] ignored = ["prettytable-rs"] [[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 = "1" [dependencies.criterion] version = "0.3" [dependencies.graphannis] version = "^3" [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 = "0.5" [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.insta] version = "1.34.0" features = ["filters"] [dev-dependencies.insta-cmd] version = "0.5" [dev-dependencies.serial_test] version = "2" [target.'cfg(not(target_env = "msvc"))'.dependencies.tikv-jemallocator] version = "0.5"