cargo-bloat 0.12.1

Find out what takes most of the space in your executable.
[dependencies.binfarce]
version = "0.2.1"

[dependencies.json]
version = "0.12"

[dependencies.memmap2]
version = "0.9"

[dependencies.multimap]
default-features = false
version = "0.10"

[dependencies.pdb]
version = "0.8.0"

[dependencies.pico-args]
features = ["eq-separator", "short-space-opt"]
version = "0.5.0"

[dependencies.regex]
default-features = false
features = ["std"]
optional = true
version = "1.3"

[dependencies.term_size]
version = "0.3.1"

[features]
default = ["regex-filter"]
regex-filter = ["regex"]

[package]
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
categories = ["development-tools::cargo-plugins"]
description = "Find out what takes most of the space in your executable."
edition = "2018"
license = "MIT"
name = "cargo-bloat"
readme = "README.md"
repository = "https://github.com/RazrFalcon/cargo-bloat"
version = "0.12.1"
[profile.release]
lto = "thin"
strip = "debuginfo"