hammertime 0.5.46

Build & codegen tool for Ordinary projects.
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 = "hammertime"
version = "0.5.46"
authors = ["sean watters <sean@ordinarylabs.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build & codegen tool for Ordinary projects."
homepage = "https://codeberg.org/ordinarylabs/Ordinary"
readme = "README.md"
categories = []
license = "AGPL-3.0-only"
repository = "https://codeberg.org/ordinarylabs/Ordinary"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.bytesize]
version = "2.3.1"

[dependencies.heck]
version = "0.5.0"

[dependencies.lightningcss]
version = "1.0.0-alpha.70"

[dependencies.ordinary-config]
version = "0.5.46"
package = "configinator"

[dependencies.ordinary-types]
version = "0.5.46"
package = "notatype"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.swc]
version = "53.0.0"

[dependencies.swc_common]
version = "18.0.1"

[dependencies.swc_ecma_minifier]
version = "43.0.2"

[dependencies.swc_html_codegen]
version = "19.0.0"

[dependencies.swc_html_minifier]
version = "43.0.0"

[dependencies.swc_html_parser]
version = "18.0.0"

[dependencies.tracing]
version = "0.1.44"
features = ["valuable"]

[dependencies.wasm-bindgen-cli]
version = "0.2.108"

[lints.clippy]
unwrap_used = "deny"