rolldown_plugin_asset_module 1.2.0

Rolldown builtin plugin for handling asset modules
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 = "rolldown_plugin_asset_module"
version = "1.2.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rolldown builtin plugin for handling asset modules"
readme = "README.md"
license = "MIT"

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

[dependencies.anyhow]
version = "1.0.103"

[dependencies.memchr]
version = "2.8.2"

[dependencies.rolldown_common]
version = "1.2.0"

[dependencies.rolldown_plugin]
version = "1.2.0"

[dependencies.rolldown_std_utils]
version = "1.2.0"

[dependencies.rolldown_utils]
version = "1.2.0"

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

[dependencies.string_wizard]
version = "1.2.0"
features = ["serde"]

[dependencies.tokio]
version = "1.52.3"
features = ["fs"]
default-features = false