# 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 = "panty" version = "0.8.4" authors = ["anekos "] description = "Fast gVim summoner" readme = "README.md" keywords = ["vim", "gvim", "linux"] license-file = "LICENSE" repository = "https://github.com/anekos/panty" [[bin]] name = "panty" doc = false [dependencies.argparse] version = "0.2" [dependencies.ctrlc] version = "2.0" features = ["termination"] [dependencies.env_logger] version = "0.3" [dependencies.inotify] version = "0.3" [dependencies.lazy_static] version = "0.2" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.3" [dependencies.patrol] version = "0.3.0" [dependencies.rand] version = "0.3" [dependencies.regex] version = "1.0.2" [dependencies.rustc-serialize] version = "0.3" [dependencies.unix_socket] version = "0.5" [dependencies.walkdir] version = "1.0.3" [dependencies.x11] version = "2.11" features = ["xlib", "xinerama"]