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