importmap 0.3.0

Generate import maps with hashed URLs for cache busting
Documentation
[[bin]]
name = "importmap"
path = "src/main.rs"

[dependencies.include_dir]
optional = true
version = "0.7"

[dependencies.rapidhash]
version = "4.2"

[dependencies.serde_json]
version = "1"

[features]
default = []
embedded = ["include_dir"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Generate import maps with hashed URLs for cache busting"
edition = "2024"
homepage = "https://github.com/nym21/importmap"
license = "MIT"
name = "importmap"
readme = "docs/README.md"
repository = "https://github.com/nym21/importmap"
version = "0.3.0"