# 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 = "clippers" version = "0.1.2" authors = [ "William Venner ", "dacap/clip library authors", ] description = "Cross-platform clipboard management library" readme = "README.md" keywords = [ "clipboard", "copy", "paste", ] license = "MIT" repository = "https://github.com/WilliamVenner/clippers" resolver = "2" [dependencies.image] version = "0.24" default-features = false [dependencies.parking_lot] version = "0.12" [dependencies.thiserror] version = "1" [build-dependencies.build_cfg] version = "1" [build-dependencies.cc] version = "1" [build-dependencies.cmake] version = "0.1"