[package] name = "handlr" version = "0.3.2" authors = ["greg "] edition = "2018" license = "MIT" description = "Manage mimeapps.list and default applications with ease" [dependencies] pest = "2.1.3" pest_derive = "2.1.0" clap = "3.0.0-beta.1" url = "2.1.1" itertools = "0.9.0" json = "0.12.4" shlex = "0.1.1" thiserror = "1.0.19" ascii_table = "3.0.1" xdg = "2.2.0" mime = "0.3.16" once_cell = "1.4.0" regex = { version = "1.3.9", default-features = false, features = ["std"] } mime-db = "0.1.5" xdg-mime = { git = "https://github.com/ebassi/xdg-mime-rs" } atty = "0.2.14" notify-rust = "4.0.0-rc.1" confy = "0.4.0" serde = "1.0.111" [profile.release] opt-level=3 lto=true