Cargo.toml
raw
[package]
name = "shenzi"
version = "0.2.0"
edition = "2024"
homepage = "https://git.highenergymagic.org/shenzi"
repository = "https://git.highenergymagic.org/shenzi"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.93"
bstr = "1.10.0"
clap = { version = "4.5.20", features = ["derive"] }
lightningcss = "1.0.0-alpha.60"
oxc = { version = "0.124.0", features = ["minifier", "codegen"] }
oxipng = "9.1.2"
serde = { version = "1.0.215", features = ["derive"] }
toml = "0.8.19"
wax = { version = "0.6.0", features = ["walk"] }