# 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 = "remote-clipboard" version = "0.4.0" authors = ["Thomas Legris "] exclude = ["www/*"] description = "A CLI tool to share content across different clients" homepage = "https://github.com/noboruma/rclip" readme = "README.md" keywords = ["cli", "remote", "clipboard", "serverless"] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/noboruma/rclip" [lib] crate-type = ["cdylib", "rlib"] [dependencies.base64] version = "0.12.3" [dependencies.dirs] version = "2.0.2" [dependencies.dotenv] version = "0.15.0" [dependencies.futures] version = "0.3" [dependencies.mocktopus] version = "0.7.5" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.url] version = "2.1.1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.assert_cmd] version = "1.0.1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1" features = ["full"] [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1.6" [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3.41" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4.14"