# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "handlr" version = "0.6.4" authors = ["Gregory "] description = "Manage mimeapps.list and default applications with ease" license = "MIT" resolver = "2" [profile.release] opt-level = 3 lto = true [dependencies.aho-corasick] version = "0.7.15" [dependencies.ascii_table] version = "3.0.2" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.confy] version = "0.4.0" [dependencies.freedesktop_entry_parser] version = "1.1.1" [dependencies.itertools] version = "0.10.0" [dependencies.json] version = "0.12.4" [dependencies.mime] version = "0.3.16" [dependencies.mime-db] version = "1.3.0" [dependencies.once_cell] version = "1.7.2" [dependencies.pest] version = "2.1.3" [dependencies.pest_derive] version = "2.1.0" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.shlex] version = "1.0.0" [dependencies.thiserror] version = "1.0.24" [dependencies.url] version = "2.2.1" [dependencies.xdg] version = "2.2.0" [dependencies.xdg-mime] version = "0.3.3"