# 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 = "cbs" version = "0.1.0" authors = ["mahdi robatipoor "] description = "Command line clipboard manager " homepage = "https://github.com/robatipoor/clipboard-server" keywords = ["clipboard", "commandline", "linux", "cli"] license = "MIT/Apache-2.0" repository = "https://github.com/robatipoor/clipboard-server" [dependencies.clap] version = "2.33.0" [dependencies.clipboard] version = "0.5.0" [dependencies.env_logger] version = "0.6.2" [dependencies.failure] version = "0.1.5" [dependencies.lazy_static] version = "1.3.0" [dependencies.log] version = "0.4.6" [dependencies.serde] version = "1.0.94" [dependencies.serde_derive] version = "1.0.94" [dev-dependencies.assert_cmd] version = "0.11" [dev-dependencies.tokio] version = "0.1.21" [target."cfg(target_family = \"unix\")".dependencies.bincode] version = "1.1.4" [target."cfg(target_family = \"unix\")".dependencies.bytes] version = "0.4.12" [target."cfg(target_family = \"unix\")".dependencies.ctrlc] version = "3.1.3" features = ["termination"] [target."cfg(target_family = \"unix\")".dependencies.daemonize] version = "0.4.1" [target."cfg(target_family = \"unix\")".dependencies.futures] version = "0.1.28" [target."cfg(target_family = \"unix\")".dependencies.hex] version = "0.3.2" [target."cfg(target_family = \"unix\")".dependencies.nix] version = "0.14.1" [target."cfg(target_family = \"unix\")".dependencies.tokio] version = "0.1.21" [target."cfg(target_family = \"unix\")".dependencies.users] version = "0.9.1"