[package]
edition = "2024"
name = "graphannis-capi"
version = "4.1.2"
authors = ["Thomas Krause <thomaskrause@posteo.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This is the C-API to the ANNIS linguistic search and visualization system."
readme = "crate-info.md"
license = "Apache-2.0"
repository = "https://github.com/korpling/graphANNIS"
[lib]
name = "graphannis_capi"
crate-type = [
"staticlib",
"cdylib",
]
path = "src/lib.rs"
test = false
[dependencies.graphannis]
version = "^4"
[dependencies.itertools]
version = "0.14"
[dependencies.libc]
version = "0.2"
[dependencies.log]
version = "0.4"
[dependencies.simplelog]
version = "0.12"