# https://doc.rust-lang.org/cargo/reference/manifest.html # https://github.com/johnthagen/min-sized-rust [package] name = "ifoam" description = "OpenFOAM Simulation Progress Bar" repository = "https://github.com/iydon/ifoam-rs" readme = "README.md" keywords = ["cli", "openfoam", "progress"] authors = ["Iydon Liang "] categories = ["accessibility", "api-bindings", "command-line-utilities"] license = "GPL-3.0-only" version = "0.0.1" edition = "2021" [dependencies] clap = "4.4.6" duct = "0.13.6" indicatif = "0.17.7" [profile.release] codegen-units = 1 lto = true opt-level = 3 panic = "abort" strip = true