# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "hacksaw-x11rb" version = "1.0.5" authors = ["expectocode "] description = "Lightweight selection tool for usage in screenshot scripts etc." homepage = "https://github.com/neXromancers/hacksaw" readme = "README.md" keywords = ["x11", "screenshot", "selection", "nexromancers"] license-file = "LICENSE.txt" repository = "https://github.com/neXromancers/hacksaw.git" [lib] name = "hacksaw" path = "src/lib.rs" [[bin]] name = "hacksaw-cli" path = "src/bin/example.rs" [dependencies.structopt] version = "0.3" [dependencies.x11rb] version = "0.5" features = ["xkb", "shape"] default-features = false