# 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 = "copiepate" version = "0.2.2" description = "Send copy events over the network" homepage = "https://github.com/dimtion/copiepate" documentation = "https://github.com/dimtion/copiepate" keywords = ["clipboard", "cli", "vim"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/dimtion/copiepate" resolver = "2" [dependencies.anyhow] version = "1.0.56" [dependencies.base64] version = "0.13.0" [dependencies.chacha20poly1305] version = "0.9.0" [dependencies.clipboard] version = "0.5.0" [dependencies.config] version = "0.11.0" [dependencies.derive_builder] version = "0.11.1" [dependencies.etcetera] version = "0.3.2" [dependencies.log] version = "0.4.14" [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.14" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.126" [dependencies.serde_derive] version = "1.0.126" [dependencies.simple_logger] version = "2.1.0" features = ["stderr", "colors"] default-features = false [dependencies.structopt] version = "0.3.21" [dependencies.thiserror] version = "1.0.30"