# 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 = "2021" name = "flameshot-rs" version = "1.0.1" authors = ["kr1s7ian"] description = "Easily integrate flameshot in your project, optionally using the image crate features." readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/kr1s7ian/flameshot-rs" [lib] name = "flameshot" path = "src/flameshot.rs" [[example]] name = "save-full-screenshot" path = "examples/save_full_screenshot.rs" [[example]] name = "save-gui-screenshot" path = "examples/save_gui_screenshot.rs" [[example]] name = "to-dynamic-image" path = "examples/to_dynamic_image.rs" [dependencies.image] version = "0.24.5" optional = true [dependencies.serde] version = "1.0.157" features = ["derive"] optional = true