mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
25 lines
488 B
TOML
25 lines
488 B
TOML
[package]
|
|
name = "crates-io"
|
|
version = "0.27.0"
|
|
edition = "2018"
|
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
|
license = "MIT OR 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"
|
|
failure = "0.1.1"
|
|
http = "0.1"
|
|
percent-encoding = "2.0"
|
|
serde = { version = "1.0", features = ['derive'] }
|
|
serde_derive = "1.0"
|
|
serde_json = "1.0"
|
|
url = "2.0"
|