forked from rust-lang/docs.rs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
73 lines (65 loc) · 1.4 KB
/
Cargo.toml
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[package]
name = "cratesfyi"
version = "0.6.0"
authors = ["Onur Aslan <[email protected]>"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/rust-lang/docs.rs"
build = "build.rs"
[dependencies]
log = "0.4"
rustc-serialize = "0.3"
regex = "1"
clap = "2"
crates-index-diff = "4"
time = "0.1"
reqwest = "0.9"
semver = "0.9"
slug = "=0.1.1"
env_logger = "0.6"
r2d2 = "0.8"
r2d2_postgres = "0.14"
url = "1.4"
badge = { version = "0", path = "src/web/badge" }
failure = "0.1.3"
comrak = { version = "0.3", default-features = false }
toml = "0.5"
html5ever = "0.22"
schemamama = "0.3"
schemamama_postgres = "0.2"
rusoto_s3 = "0.40"
rusoto_core = "0.40"
rusoto_credential = "0.40"
futures = "0.1"
tokio = "0.1"
systemstat = "0.1.4"
prometheus = { version = "0.7.0", default-features = false }
lazy_static = "1.0.0"
rustwide = "0.5.0"
tempdir = "0.3"
# iron dependencies
iron = "0.5"
router = "0.5"
handlebars-iron = "0.22"
params = "0.6"
staticfile = { version = "0.4", features = [ "cache" ] }
[target.'cfg(not(windows))'.dependencies]
libc = "0.2"
magic = "0.12"
[target.'cfg(windows)'.dependencies]
path-slash = "0.1.1"
mime_guess = "2.0.1"
[dependencies.postgres]
version = "0.15"
features = [ "with-time", "with-rustc-serialize" ]
[dev-dependencies]
once_cell = "1.2.0"
kuchiki = "0.8"
[build-dependencies]
time = "0.1"
git2 = "0.9"
sass-rs = "0.2"
[[bin]]
name = "cratesfyi"
test = false
doc = false