graphannis 0.21.1

This is a prototype for a new backend implementation of the ANNIS linguistic search and visualization system.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "graphannis"
version = "0.21.1"
authors = ["Thomas Krause <thomaskrause@posteo.de>"]
build = "build.rs"
autobins = true
description = "This is a prototype for a 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.docs.rs]
rustdoc-args = ["--cfg", "docs_rs_workaround"]
[profile.release]
incremental = true

[lib]
crate-type = ["rlib", "staticlib", "cdylib"]

[[bin]]
name = "annis"
required-features = ["cli"]

[[bin]]
name = "bench_annisqueries"
required-features = ["criterion", "simplelog", "clap"]

[[bench]]
name = "graphannis"
harness = false
[dependencies.bincode]
version = "1.1"

[dependencies.boolean_expression]
version = "0.3"

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

[dependencies.criterion]
version = "0.2"
optional = true
default-features = false

[dependencies.csv]
version = "1"

[dependencies.fs2]
version = "0.4"

[dependencies.graphannis-malloc_size_of]
version = "1.0"

[dependencies.graphannis-malloc_size_of_derive]
version = "1.0"

[dependencies.itertools]
version = "0.8"

[dependencies.lalrpop-util]
version = "0.17"

[dependencies.lazy_static]
version = "1.3"

[dependencies.libc]
version = "0.2"

[dependencies.linked-hash-map]
version = "0.5"

[dependencies.log]
version = "0.4"

[dependencies.multimap]
version = "0.4"

[dependencies.num]
version = "0.2"

[dependencies.percent-encoding]
version = "1.0"

[dependencies.prettytable-rs]
version = "0.8"
optional = true
default-features = false

[dependencies.rand]
version = "0.6"

[dependencies.rand_xorshift]
version = "0.1"

[dependencies.rayon]
version = "1.0"
default-features = false

[dependencies.regex]
version = "1"

[dependencies.regex-syntax]
version = "0.6"

[dependencies.rustc-hash]
version = "1.0"

[dependencies.rustyline]
version = "1.0"
optional = true

[dependencies.serde]
version = "1.0"
features = ["rc"]

[dependencies.serde_derive]
version = "1.0"

[dependencies.simplelog]
version = "0.5"
optional = true

[dependencies.strum]
version = "0.15"

[dependencies.strum_macros]
version = "0.15"

[dependencies.sys-info]
version = "0.5"

[dependencies.tempfile]
version = "3.0"
[dev-dependencies.simplelog]
version = "0.5"
[build-dependencies.csv]
version = "1"

[build-dependencies.lalrpop]
version = "0.17"

[build-dependencies.regex]
version = "1"

[features]
c-api = ["simplelog"]
cli = ["rustyline", "simplelog", "clap", "prettytable-rs"]
[target."cfg(windows)".dependencies.kernel32-sys]
version = "0.2.2"