stak-minifier 0.1.72

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

[dependencies]
stak-configuration = { version = "0.1.90", path = "../configuration" }
stak-device = { version = "0.2.94", path = "../device", features = ["std"] }
stak-file = { version = "0.5.8", path = "../file" }
stak-macro = { version = "0.2.13", path = "../macro" }
stak-r7rs = { version = "0.9.8", path = "../r7rs" }
stak-process-context = { version = "0.2.52", path = "../process_context" }
stak-vm = { version = "0.7.23", path = "../vm" }
stak-time = { version = "0.1.35", path = "../time" }

[dev-dependencies]
pretty_assertions = "1.4.1"

[lints]
workspace = true