]> git.proxmox.com Git - cargo.git/blame - Cargo.toml
Auto merge of #2225 - sgrif:sg-doctest-link-args, r=alexcrichton
[cargo.git] / Cargo.toml
CommitLineData
4abf27e7 1[project]
4abf27e7 2name = "cargo"
75ce18d6 3version = "0.8.0"
4abf27e7 4authors = ["Yehuda Katz <wycats@gmail.com>",
6e23ead8
HW
5 "Carl Lerche <me@carllerche.com>",
6 "Alex Crichton <alex@alexcrichton.com>"]
a4c54384
AC
7license = "MIT/Apache-2.0"
8homepage = "https://crates.io"
9repository = "https://github.com/rust-lang/cargo"
10documentation = "http://doc.crates.io"
11description = """
12Cargo, a package manager for Rust.
13"""
4abf27e7 14
ea3d601f 15[lib]
4abf27e7
AC
16name = "cargo"
17path = "src/cargo/lib.rs"
18
e8484805 19[dependencies]
0da6c943 20advapi32-sys = "0.1"
659f8244
AC
21crates-io = { path = "src/crates-io", version = "0.1" }
22crossbeam = "0.1"
e4ae24b1
JB
23curl = "0.2"
24docopt = "0.6"
964e72ff 25env_logger = "0.3"
0da6c943 26filetime = "0.1"
e4ae24b1 27flate2 = "0.2"
8778797d
AC
28git2 = "0.3"
29git2-curl = "0.3"
e4ae24b1 30glob = "0.2"
0da6c943 31kernel32-sys = "0.1"
e4ae24b1 32libc = "0.1"
8778797d 33libgit2-sys = "0.3"
e4ae24b1 34log = "0.3"
0da6c943 35num_cpus = "0.2"
e4ae24b1 36regex = "0.1"
e4ae24b1 37rustc-serialize = "0.3"
94cc5e1e 38semver = "0.2.0"
530e1d18 39tar = "0.3"
e4ae24b1 40term = "0.2"
e4ae24b1
JB
41time = "0.1"
42toml = "0.1"
43url = "0.2"
a24ca998 44winapi = "0.2"
8bd0572c 45
22e7ede6
AC
46[dev-dependencies]
47tempdir = "0.3"
a4c54384 48hamcrest = "0.1"
d46aec56 49bufstream = "0.1"
23762e45 50filetime = "0.1"
9fba127e 51
4abf27e7
AC
52[[bin]]
53name = "cargo"
54test = false
d8450848 55doc = false
4abf27e7 56
4abf27e7
AC
57[[test]]
58name = "tests"
58518273
AC
59
60[[test]]
61name = "resolve"