rustyclip 0.1.5

🦀 RustyClip: A simple clipboard history manager for macOS/Linux
Documentation
# 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 = "2024"
name = "rustyclip"
version = "0.1.5"
authors = ["Barend van der Walt <38956787+bvdwalt@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "🦀 RustyClip: A simple clipboard history manager for macOS/Linux"
readme = "README.md"
keywords = [
    "clipboard",
    "history",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/bvdwalt/rustyclip"

[lib]
name = "rustyclip"
path = "src/lib.rs"

[[bin]]
name = "rustyclip"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.arboard]
version = "3.4"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"