# 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-webservice" version = "3.5.1" authors = ["Thomas Krause "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This is a web service 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" resolver = "2" [package.metadata.cargo-machete] ignored = ["libsqlite3-sys"] [[bin]] name = "graphannis-webservice" path = "src/main.rs" [dependencies.actix-cors] version = "0.6" [dependencies.actix-files] version = "0.6" [dependencies.actix-web] version = "4" [dependencies.anyhow] version = "1" [dependencies.bcrypt] version = "0.10" [dependencies.clap] version = "2" default-features = false [dependencies.config] version = "0.13" features = ["toml"] default-features = false [dependencies.diesel] version = "2.0.4" features = [ "sqlite", "r2d2", ] default-features = false [dependencies.diesel_migrations] version = " 2" default-features = false [dependencies.futures] version = "0.3" [dependencies.graphannis] version = "^3" [dependencies.graphannis-core] version = "^3" [dependencies.jsonwebtoken] version = "7.2" [dependencies.libsqlite3-sys] version = "0.26.0" features = ["bundled"] [dependencies.log] version = "0.4" [dependencies.percent-encoding] version = "2.1" [dependencies.r2d2] version = "0.8" [dependencies.serde] version = "1.0" features = ["rc"] [dependencies.serde_derive] version = "1.0" [dependencies.simplelog] version = "0.12" [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1" [dependencies.uuid] version = "0.8" features = ["v4"] [dependencies.walkdir] version = "2" [dependencies.zip] version = "0.6.4" [dev-dependencies.pretty_assertions] version = "1.3" [target.'cfg(not(target_env = "msvc"))'.dependencies.tikv-jemallocator] version = "0.5"