cargo/Cargo.toml
Alex Crichton d65325b6d3 Use a different curl-rust for now
Waiting on fixes to be merged upstream
2014-09-16 12:05:21 -07:00

52 lines
1 KiB
TOML

[project]
name = "cargo"
version = "0.0.1-pre"
authors = ["Yehuda Katz <wycats@gmail.com>",
"Carl Lerche <me@carllerche.com>"]
[lib]
name = "cargo"
path = "src/cargo/lib.rs"
[dependencies.docopt]
git = "https://github.com/docopt/docopt.rs"
[dependencies.docopt_macros]
git = "https://github.com/docopt/docopt.rs"
[dependencies.toml]
git = "https://github.com/alexcrichton/toml-rs"
[dev-dependencies.hamcrest]
git = "https://github.com/carllerche/hamcrest-rust.git"
[dependencies.url]
git = "https://github.com/servo/rust-url"
[dependencies.semver]
git = "https://github.com/rust-lang/semver"
[dependencies.curl]
git = "https://github.com/alexcrichton/curl-rust"
branch = "bundle"
[dependencies.tar]
git = "https://github.com/alexcrichton/tar-rs"
[dependencies.flate2]
git = "https://github.com/alexcrichton/flate2-rs"
[dependencies.git2]
git = "https://github.com/alexcrichton/git2-rs"
[dependencies.glob]
git = "https://github.com/rust-lang/glob"
[[bin]]
name = "cargo"
test = false
doc = false
[[test]]
name = "tests"