# 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 = "2018" name = "graphannis-capi" version = "3.5.1" authors = ["Thomas Krause "] build = 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" resolver = "2" [lib] name = "graphannis_capi" crate-type = [ "staticlib", "cdylib", ] path = "src/lib.rs" [dependencies.graphannis] version = "^3" [dependencies.itertools] version = "0.10" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.simplelog] version = "0.12"