blob: f1b92602e9d4843ad79541320597620a21d5d908 [file] [log] [blame]
[package]
name = "crates-io"
version = "0.39.1"
rust-version.workspace = true
edition.workspace = true
license.workspace = true
repository = "https://github.com/rust-lang/cargo"
description = """
Helpers for interacting with crates.io
"""
[lib]
name = "crates_io"
path = "lib.rs"
[dependencies]
curl.workspace = true
percent-encoding.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
thiserror.workspace = true
url.workspace = true