stak-minifier 0.1.73

Stak Scheme source code minifier
Documentation
[package]
name = "stak-minifier"
description = "Stak Scheme source code minifier"
version = "0.1.73"
edition.workspace = true
keywords.workspace = true
license-file.workspace = true
readme.workspace = true
repository.workspace = true

[dependencies]
stak-configuration = { version = "0.1.91", path = "../configuration" }
stak-device = { version = "0.2.95", path = "../device", features = ["std"] }
stak-file = { version = "0.5.9", path = "../file" }
stak-macro = { version = "0.2.14", path = "../macro" }
stak-r7rs = { version = "0.9.9", path = "../r7rs" }
stak-process-context = { version = "0.2.53", path = "../process_context" }
stak-vm = { version = "0.7.24", path = "../vm" }
stak-time = { version = "0.1.36", path = "../time" }

[dev-dependencies]
pretty_assertions = "1.4.1"

[lints]
workspace = true