[package] name = "ventoy-img" version = "0.1.0" edition = "2021" description = "Create and manage Ventoy bootable IMG files without root or loop devices" license = "GPL-2.0" [dependencies] # CLI clap = { version = "4", features = ["derive"] } # Error handling thiserror = "1" [dev-dependencies] tempfile = "3" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true