blob: abb04aa4cf2cfc795afbd73def4950eba72ba9a9 [file] [log] [blame]
[package]
name = "crates-io"
version = "0.5.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-lang/cargo"
description = """
Helpers for interacting with crates.io
"""
[lib]
name = "crates_io"
path = "lib.rs"
[dependencies]
curl = "0.4"
url = "1.0"
rustc-serialize = "0.3"