summaryrefslogtreecommitdiffstats
path: root/deps_index/Cargo.toml
blob: 2d0c6c3b5b62de18e31bb6f787af6113933c5e5f (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
[package]
name = "deps_index"
version = "0.1.1"
authors = ["Kornel <kornel@geekhood.net>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
crates-index = "0.14.2"
rich_crate = { path = "../rich_crate", version = "0.5" }
repo_url = { path = "../repo_url", version = "0.3.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"] }
rayon = "1.3.0"
reqwest = "0.10"
semver-parser = "0.9.0"
semver = { version = "0.9.0", features = ["serde"] }
string-interner = "0.7.1"
parking_lot = "0.10.0"
ahash = "0.3"
futures = "0.3.4"
double-checked-cell-async = "2.0.2"