# 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 = "shotgun" version = "2.5.1" authors = ["novenary "] build = "build.rs" description = "Minimal X screenshot utility" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/neXromancers/shotgun" [package.metadata.release] pre-release-commit-message = "Release {{version}}" tag-message = "Release {{version}}" [dependencies.getopts] version = "0.2" [dependencies.image] version = "0.24.6" features = [ "png", "pnm", ] default-features = false [dependencies.nom] version = "7.1.3" [dependencies.num-traits] version = "0.2" [dependencies.x11rb] version = "0.11.1" features = ["randr"]