[package] name = "hfqco" version = "0.0.5" edition = "2021" authors = ["Nishizacky"] license = "MIT OR Apache-2.0" description = "an API for hfq_rs" exclude = ["tests"] [dependencies] hfq_rs = "0.0.7" structopt = "0.3.26" [profile.release] strip = "debuginfo" opt-level = "z" lto = "thin"