# 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 = "rs-paint" version = "1.0.0" build = false exclude = ["screenshot.png"] autobins = false autoexamples = false autotests = false autobenches = false description = "A light-weight image editor" readme = "README.md" categories = ["multimedia::images"] license = "MIT" repository = "https://github.com/lucasscharenbroch/rs-paint" [[bin]] name = "rs-paint" path = "src/main.rs" [dependencies.arboard] version = "3.4.0" [dependencies.clap] version = "4.5.10" features = ["derive"] [dependencies.glib-macros] version = "0.19.2" [dependencies.gtk] version = "0.8.1" features = ["v4_14"] package = "gtk4" [dependencies.image] version = "0.25.1" features = [ "png", "jpeg", "gif", "ico", "webp", "bmp", ] [dependencies.itertools] version = "0.13.0" [dependencies.paste] version = "1.0.15" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0.204" [dependencies.serde_cbor] version = "0.11.2" [dependencies.serde_derive] version = "1.0.204"