forked from rust-lang/docs.rs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
59 lines (52 loc) · 1.15 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
[package]
name = "cratesfyi"
version = "0.6.0"
authors = ["Onur Aslan <onuraslan@gmail.com>"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/rust-lang-nursery/docs.rs"
build = "build.rs"
[dependencies]
log = "0.3"
rustc-serialize = "0.3"
regex = "0.2"
clap = "2"
crates-index-diff = "4"
git2 = "0.7"
time = "0.1"
reqwest = "0.9"
semver = "0.9"
slug = "=0.1.1"
env_logger = "0.4"
magic = "0.12"
r2d2 = "0.7"
r2d2_postgres = "0.12"
url = "1.4"
libc = "0.2"
badge = { version = "0", path = "src/web/badge" }
failure = "0.1"
comrak = { version = "0.2.10", default-features = false }
toml = "0.4"
html5ever = "0.22"
cargo = { git = "https://github.com/rust-lang/cargo.git" }
# iron dependencies
iron = "0.5"
router = "0.5"
handlebars-iron = "0.22"
params = "0.6"
staticfile = { version = "0.4", features = [ "cache" ] }
[dependencies.postgres]
version = "0.14"
features = [ "with-time", "with-rustc-serialize" ]
[dev-dependencies]
tempdir = "0.3"
[build-dependencies]
time = "0.1"
git2 = "0.7"
sass-rs = "0.2"
[patch.crates-io]
failure = { git = "https://github.com/rust-lang-nursery/failure.git" }
[[bin]]
name = "cratesfyi"
test = false
doc = false