# 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 = "shrtcut" version = "0.1.4" authors = ["Shane Stephenson "] description = "A simple clipboard shortcut manager." homepage = "https://github.com/UnsafeOats/shrtcut" readme = "README.md" keywords = [ "clipboard", "copy", "paste", "text", "shortcut", ] license = "MIT" repository = "https://github.com/UnsafeOats/shrtcut" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.2.0" [dependencies.dirs] version = "5.0.0" [dependencies.fltk] version = "1.3.34" features = ["fltk-bundled"] [dependencies.glcp] version = "0.1.2" [dependencies.rdev] version = "0.5.2" [dependencies.rusty_robot] version = "0.1.0" [dependencies.serde] version = "1.0.158" [dependencies.serde_derive] version = "1.0.158" [dependencies.toml] version = "0.7.3" [build-dependencies.dirs] version = "5.0.0"