[package] name = "screenshot" description = "Screenshot capture utility." version = "0.3.0" authors = ["Michael Zhang "] [workspace] members = [".", "imlib2-sys"] [lib] crate-type = ["dylib", "rlib"] [dependencies] failure = "0.1" png = "0.12" imlib2-sys = { path = "imlib2-sys" } libc = "0.2" structopt = "0.2" time = "0.1" x11 = { version = "2.18", features = ["xlib"] }