# 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 = "kya" version = "0.2.5" description = "Watches for new screenshots and sends them to Gyazo" readme = "README.md" license = "MIT" repository = "https://github.com/gert7/kya" [profile.release] opt-level = "s" [[bin]] name = "kya-for-gyazo" path = "src/main.rs" [dependencies.color-eyre] version = "0.6.2" [dependencies.dirs] version = "4.0" [dependencies.fs2] version = "0.4" [dependencies.lazy_static] version = "1.4" [dependencies.notify] version = "4.0" [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.toml] version = "0.7" [dependencies.whoami] version = "1.1"