summaryrefslogtreecommitdiffstats
path: root/kitchen_sink/Cargo.toml
blob: 40fa8ee759601189150a342935dd81a96396c13d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[package]
edition = "2018"
name = "kitchen_sink"
version = "0.9.1"
authors = ["Kornel <kornel@geekhood.net>"]
publish = false

[lib]
name = "kitchen_sink"
path = "src/lib_kitchen_sink.rs"

[dependencies]
crates_io_client = { path = "../crates_io_client" }
deps_index = { path = "../deps_index" }
feat_extractor = { path = "../feat_extractor" }
docs_rs_client = { path = "../docs_rs_client", version = "0.4.0" }
github_info = { path = "../github_info", version = "0.9" }
crate_git_checkout = { path = "../crate_git_checkout", version = "0.4.3" }
user_db = { path = "../user_db", version = "0.3" }
crate_db = { path = "../crate_db", version = "0.4.0" }
categories = { path = "../categories" }
render_readme = { path = "../render_readme" }
rich_crate = { path = "../rich_crate", version = "0.5" }
simple_cache = { path = "../simple_cache", version = "0.7.0" }
repo_url = { path = "../repo_url", version = "0.3.0" }
cargo_toml = "0.8.0"
serde = "1.0.104"
serde_derive = "1.0.104"
serde_json = "1.0.44"
toml = "0.5.5"
lazy_static = "1.4.0"
regex = "1.3.1"
url = "2.1.0"
failure = "0.1.6"
tokio = { version = "0.2", features = ["rt-threaded", "macros", "time", "sync", "blocking"] }
itertools = "0.8"
rayon = "1.3.0"
reqwest = "0.10"
semver-parser = "0.9.0"
chrono = "0.4.10"
semver = { version = "0.9.0", features = ["serde"] }
ctrlc = "3.1.3"
flate2 = "1.0.13"
string-interner = "0.7.1"
parking_lot = "0.10.0"
udedokei = { path = "../udedokei" }
tar = "0.4.26"
libflate = "0.1.27"
ahash = "0.3"
deunicode = "1.0.0"
futures = "0.3.4"
double-checked-cell-async = "2.0.2"