# 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 = "xbgdump" version = "0.1.7" authors = ["FallenWarrior2k "] exclude = [ ".github/**", ".gitignore", ] description = "CLI tool to dump the X11 background to a file" homepage = "https://github.com/FallenWarrior2k/xbgdump" readme = "README.md" license = "MIT" repository = "https://github.com/FallenWarrior2k/xbgdump" [profile.release] lto = true codegen-units = 1 [dependencies.anyhow] version = "1.0.40" [dependencies.getopts] version = "0.2.21" [dependencies.image] version = "0.23.14" features = [ "png", "pnm", ] default-features = false [dependencies.x11rb] version = "0.8.1" features = ["randr"]