pasteboard 0.1.0

CLI and Rust bindings for interacting with the macOS pasteboard.
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "pasteboard"
version = "0.1.0"
authors = ["Klas Segeljakt <klasseg@kth.se>"]
description = "CLI and Rust bindings for interacting with the macOS pasteboard."
homepage = "https://github.com/segeljakt/pasteboard"
keywords = ["macOS", "FFI", "pasteboard", "clipboard"]
license = "MIT"
repository = "https://github.com/segeljakt/pasteboard"

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

[[bin]]
name = "pb"
path = "src/main.rs"
[dependencies.cocoa]
version = "0.19.0"

[dependencies.objc]
version = "0.2.6"

[dependencies.structopt]
version = "0.2.18"