# 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] name = "rrun" version = "0.2.3" authors = ["me@bstr.eu"] exclude = ["Makefile", "debian/*", ".travis.yml", "rrun.1", "rrun.gif"] description = "minimalistic command launcher in rust similar to gmrun" keywords = ["gtk", "tool", "bash"] license = "GPL-3.0+" repository = "https://github.com/buster/rrun" [[bin]] name = "rrun" [dependencies.clap] version = "^2" [dependencies.env_logger] version = "^0" [dependencies.gdk] version = "0.7.0" [dependencies.glib] version = "0.4.1" [dependencies.gtk] version = "0.3.0" features = ["v3_10"] [dependencies.itertools] version = "^0" [dependencies.log] version = "^0" [dependencies.regex] version = "^0" [dependencies.toml] version = "^0"