brk_rolldown_plugin_bundle_analyzer 1.0.0-rc.7

Rolldown plugin for analyzing bundle composition
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 = "brk_rolldown_plugin_bundle_analyzer"
version = "1.0.0-rc.7"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rolldown plugin for analyzing bundle composition"
readme = false
license = "MIT"

[lib]
name = "brk_rolldown_plugin_bundle_analyzer"
path = "src/lib.rs"
doctest = false

[dependencies.arcstr]
version = "1.2.0"
default-features = false

[dependencies.rolldown_common]
version = "1.0.0-rc.7"
package = "brk_rolldown_common"

[dependencies.rolldown_plugin]
version = "1.0.0-rc.7"
package = "brk_rolldown_plugin"

[dependencies.rolldown_utils]
version = "1.0.0-rc.7"
package = "brk_rolldown_utils"

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.serde]
version = "1.0.219"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sugar_path]
version = "2.0.1"
features = ["cached_current_dir"]