[package] name = "batacli" version = "0.1.0" edition = "2021" [dependencies] rayon = "1.11.0" resvg = "0.44.0" serde = { version = "1.0.216", features = ["derive"] } serde_json = "1.0.133" tiny-skia = "0.11.4" usvg = "0.44.0" [profile.release] lto = "fat" codegen-units = 1 strip = "symbols" [features] default = ["overalloc"] # Potentially over-allocate xcursor vectors to gain performance overalloc = []