forked from rust-lang/crates.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
56 lines (48 loc) · 970 Bytes
/
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
[project]
name = "cargo-registry"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
version = "0.1.0"
[profile.release]
opt-level = 2
[lib]
name = "cargo_registry"
test = false
doctest = false
[[test]]
name = "all"
path = "src/tests/all.rs"
[dependencies]
s3 = { path = "src/s3" }
migrate = { path = "src/migrate" }
rand = "0.3"
time = "0.1"
git2 = "0.4"
flate2 = "0.2"
semver = "0.2"
url = "0.5.0"
postgres = { version = "0.11", features = ["time"] }
r2d2 = "0.6.0"
r2d2_postgres = "0.10"
openssl = "0.7"
curl = "0.2"
oauth2 = "0.1"
log = "0.3"
env_logger = "0.3"
rustc-serialize = "0.3"
license-exprs = "^1.3"
dotenv = "0.8.0"
conduit = "0.7"
conduit-conditional-get = "0.7"
conduit-cookie = "0.7"
conduit-json-parser = "0.7"
conduit-log-requests = "0.7"
conduit-middleware = "0.7"
conduit-router = "0.7"
conduit-static = "0.7"
conduit-git-http-backend = "0.7"
civet = "0.8"
[dev-dependencies]
conduit-test = "0.7"
bufstream = "0.1"
[features]
unstable = []