# 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 = "synclip" version = "1.0.0" authors = ["BppleMan"] description = "synclip is a cross-network clipboard synchronization tool." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/BppleMan/synclip" [dependencies.clap] version = "4.4.0" features = [ "derive", "env", ] [dependencies.clipboard] version = "0.5.0" [dependencies.color-eyre] version = "0.6.2" [dependencies.prost] version = "0.12.3" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.14" features = ["full"] [dependencies.tokio-util] version = "0.7.10" [dependencies.tonic] version = "0.10.2" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [build-dependencies.tonic-build] version = "0.10.2"