# 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 = "riiry" version = "0.1.8" authors = ["Aaron Ash ", "Chris West (https://github.com/FauxFaux)", "Aida (https://github.com/Autotonic)"] description = "Riiry, a cross platform fuzzy launcher similar to rofi.\n" license = "MIT" repository = "https://github.com/ashyisme/riiry" [[bench]] name = "benchmarks" harness = false [dependencies.failure] version = "0.1" [dependencies.gdk] version = "0.10.0" [dependencies.glib] version = "0.7.0" [dependencies.gtk] version = "0.6.0" features = ["v3_22"] [dependencies.lazy_static] version = "1.3.0" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.3" [dependencies.rayon] version = "1.0.0" [dependencies.regex] version = "1" [dependencies.rff] version = "0.3.0" [dependencies.sublime_fuzzy] version = "0.6.0" [dependencies.walkdir] version = "2" [dev-dependencies.criterion] version = "0.2"