# 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 = "2021" rust-version = "1.56" name = "kvarn-search" version = "0.5.0" authors = ["Icelk "] description = "Search engine extension for Kvarn" homepage = "https://kvarn.org/search." readme = "README.md" keywords = [ "search", "search-engine", "fulltext", ] categories = [ "algorithms", "caching", ] license = "LGPL-3.0-or-later" repository = "https://github.com/Icelk/kvarn-search/" [dependencies.elipdotter] version = "0.3.3" [dependencies.kvarn] version = "0.6" default-features = false [dependencies.notify] version = "6" [dependencies.percent-encoding] version = "2" [dependencies.scraper] version = "0.18" default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sitemap-iter] version = "0.1" optional = true [dependencies.tokio] version = "1.20" features = ["sync"] default-features = false [dependencies.walkdir] version = "2" [features] wordpress-sitemap = ["sitemap-iter"]