-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
31 lines (29 loc) · 972 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "parity-publish"
version = "0.10.2"
edition = "2021"
description = "A tool to manage publishing Parity's crates"
license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.86"
cargo = "0.81.0"
cargo-semver-checks = { version = "0.36.0", default-features = false, features = ["gix-curl"] }
clap = { version = "4.5.12", features = ["derive"] }
crates_io_api = "0.11.0"
futures = "0.3.30"
log = "0.4.22"
public-api = "0.40.0"
reqwest = "0.12.5"
rustdoc-json = "0.9.2"
semver = "1.0.23"
serde = { version = "1.0.204", features = ["derive"] }
serde_yaml = "0.9.34"
simple_logger = "5.0.0"
tempfile = "3.10.1"
termcolor = "1.4.1"
tokio = { version = "1.39.2", features = ["rt-multi-thread", "macros"] }
toml = { version = "0.8.19", features = ["preserve_order"] }
toml_edit = "0.22.20"
#toml_edit_cargo = { version = "0.21.0", package = "toml_edit" }
walkdir = "2.5.0"