# 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 = "clipshare" version = "0.0.7" authors = ["Rodrigo Navarro "] description = "Share clipboard between machines on your local network" readme = "README.md" keywords = [ "clipboard", "share", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/reu/clipshare" [dependencies.arboard] version = "3.2.0" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.rcgen] version = "0.10.0" [dependencies.rustls] version = "0.21.1" [dependencies.tokio] version = "1.28.0" features = [ "io-std", "io-util", "macros", "net", "rt", "sync", "time", ] [dependencies.tokio-rustls] version = "0.24.0" features = ["dangerous_configuration"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-error] version = "0.2.0" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"]