cargo-size 0.1.1

Tool to check and compare binary sizes of Rust projects
[[bin]]
name = "cargo-size"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.clap]
features = ["derive"]
version = "4.4"

[dependencies.comfy-table]
version = "7.0"

[dependencies.indicatif]
version = "0.17"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
features = ["json"]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.8"

[package]
authors = ["Abhinav Kumar abhinavkumar130503@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "command-line-utilities"]
description = "Tool to check and compare binary sizes of Rust projects"
documentation = "https://docs.rs/cargo-size"
edition = "2021"
homepage = "https://github.com/abhinav-1305/cargo-size"
keywords = ["cargo", "binary", "size", "analysis", "tool"]
license = "Apache-2.0 OR MIT"
name = "cargo-size"
readme = "README.md"
repository = "https://github.com/abhinav-1305/cargo-size"
rust-version = "1.70"
version = "0.1.1"