# 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 = "cargo-upload" version = "0.1.5" authors = ["Tal Y Roni "] description = "Cargo tool for upload crate files to private registry (like crates-registry)" homepage = "https://github.com/TalRoni/cargo-upload" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/TalRoni/cargo-upload" [dependencies.anyhow] version = "1.0" [dependencies.cargo] version = "0.73" [dependencies.cargo-util] version = "0.2" [dependencies.clap] version = "4.1" features = ["derive"] [dependencies.crates-io] version = "0.37" [dependencies.env_logger] version = "0.10" [dependencies.flate2] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.indicatif] version = "0.17" [dependencies.itertools] version = "0.11" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.12.5" features = ["blocking"] [dependencies.serde] version = "1.0.204" [dependencies.tar] version = "0.4" [dependencies.tempfile] version = "3.4" [dependencies.tmpdir] version = "1.0" [dependencies.tokio] version = "1.32" features = ["full"] [dependencies.toml] version = "0.8.16"