Documentation
# 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 = "2024"
name = "bloaty"
version = "0.2.0"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bloaty package"
readme = "README.md"
keywords = [
    "bloaty",
    "util",
    "utilities",
    "utils",
]
categories = ["development-tools"]
license = "MPL-2.0"
repository = "https://github.com/MoosicBox/MoosicBox"
resolver = "2"

[package.metadata]
examples = false
tests = false

[package.metadata.workspaces]
independent = true

[features]
fail-on-warnings = ["switchy_time/fail-on-warnings"]

[lib]
name = "bloaty"
path = "src/lib.rs"

[[bin]]
name = "bloaty"
path = "src/main.rs"
required-features = []

[dependencies.anyhow]
version = "1.0.102"
features = ["backtrace"]

[dependencies.bytesize]
version = "2.3.1"

[dependencies.cargo_metadata]
version = "0.23.1"

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "derive",
]

[dependencies.glob]
version = "0.3.3"

[dependencies.log]
version = "0.4.29"
features = ["release_max_level_trace"]

[dependencies.pretty_env_logger]
version = "0.5.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.switchy_time]
version = "0.2.0"
features = ["std"]
default-features = false