2022-02-01 23:02:03 +01:00
|
|
|
[package]
|
|
|
|
name = "libs"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2022-08-10 23:39:13 +02:00
|
|
|
ahash = "0.8"
|
2022-04-26 20:51:04 +02:00
|
|
|
ammonia = "3"
|
2022-05-11 15:54:34 -04:00
|
|
|
atty = "0.2.11"
|
2023-01-12 23:51:35 +01:00
|
|
|
base64 = "0.21"
|
2022-04-26 20:51:04 +02:00
|
|
|
csv = "1"
|
2022-06-03 16:25:42 -05:00
|
|
|
elasticlunr-rs = { version = "3.0.0", features = ["da", "no", "de", "du", "es", "fi", "fr", "it", "pt", "ro", "ru", "sv", "tr"] }
|
2022-04-26 20:51:04 +02:00
|
|
|
filetime = "0.2"
|
|
|
|
gh-emoji = "1"
|
|
|
|
glob = "0.3"
|
2022-02-01 23:02:03 +01:00
|
|
|
globset = "0.4"
|
|
|
|
image = "0.24"
|
|
|
|
lexical-sort = "0.3"
|
2023-01-02 22:48:39 +01:00
|
|
|
minify-html = "0.10"
|
2022-02-01 23:02:03 +01:00
|
|
|
nom-bibtex = "0.3"
|
|
|
|
num-format = "0.4"
|
2022-04-26 20:51:04 +02:00
|
|
|
once_cell = "1"
|
2022-02-01 23:02:03 +01:00
|
|
|
percent-encoding = "2"
|
2022-04-26 20:51:04 +02:00
|
|
|
pulldown-cmark = { version = "0.9", default-features = false, features = ["simd"] }
|
|
|
|
quickxml_to_serde = "0.5"
|
|
|
|
rayon = "1"
|
|
|
|
regex = "1"
|
2022-02-01 23:02:03 +01:00
|
|
|
relative-path = "1"
|
2023-01-20 20:28:23 +01:00
|
|
|
reqwest = { version = "0.11", default-features = false, features = ["blocking", "rustls-tls"] }
|
2023-01-08 23:05:13 +01:00
|
|
|
grass = {version = "0.12.1", default-features = false, features = ["random"]}
|
2022-04-26 20:51:04 +02:00
|
|
|
serde_json = "1"
|
2022-08-10 23:39:13 +02:00
|
|
|
serde_yaml = "0.9"
|
2022-04-26 20:51:04 +02:00
|
|
|
sha2 = "0.10"
|
|
|
|
slug = "0.1"
|
|
|
|
svg_metadata = "0.4"
|
2022-05-05 23:41:06 +02:00
|
|
|
syntect = "5"
|
2022-09-04 13:43:04 +02:00
|
|
|
tera = { version = "1.17", features = ["preserve_order", "date-locale"] }
|
2022-05-11 15:54:34 -04:00
|
|
|
termcolor = "1.0.4"
|
2022-04-26 20:51:04 +02:00
|
|
|
time = "0.3"
|
|
|
|
toml = "0.5"
|
|
|
|
unic-langid = "0.9"
|
|
|
|
unicode-segmentation = "1.2"
|
|
|
|
url = "2"
|
|
|
|
walkdir = "2"
|
|
|
|
webp = "0.2"
|
2022-02-01 23:02:03 +01:00
|
|
|
|
|
|
|
|
|
|
|
[features]
|
|
|
|
indexing-zh = ["elasticlunr-rs/zh"]
|
|
|
|
indexing-ja = ["elasticlunr-rs/ja"]
|