# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "parity-publish" version = "0.8.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to manage publishing Parity's crates" readme = "README.md" license = "Apache-2.0" [[bin]] name = "parity-publish" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.cargo] version = "0.80.0" [dependencies.cargo-semver-checks] version = "0.31.0" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.crates_io_api] version = "0.9.0" [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4.22" [dependencies.public-api] version = "0.36.0" [dependencies.reqwest] version = "0.12.5" [dependencies.rustdoc-json] version = "0.9.1" [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.simple_logger] version = "5.0.0" [dependencies.tempfile] version = "3.10.1" [dependencies.termcolor] version = "1.4.1" [dependencies.tokio] version = "1.38.1" features = [ "rt-multi-thread", "macros", ] [dependencies.toml] version = "0.8.15" features = ["preserve_order"] [dependencies.toml_edit] version = "0.22.16" [dependencies.walkdir] version = "2.5.0"