graphannis-capi 4.1.2

This is the C-API to 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 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-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"