[package] name = "qif_parser" version = "0.1.0" authors = ["Justin Worthe "] edition = "2018" [dependencies] regex = "1.7" lazy_static = "1" clap = { version = "4.1", features = ["derive"] } [profile.dev.package."*"] opt-level = 3 # incremental compile is rarely useful for dependencies since they change # infrequently, and having this on breaks sccache incremental = false