# 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 = "fpgcli" version = "0.0.1" description = "CLI executable built on flowerypassgen." homepage = "https://codeberg.org/tulpenkiste/flowerypassgen" readme = "README.md" keywords = [ "command-line-utility", "password-generator", "password", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://codeberg.org/tulpenkiste/flowerypassgen" [[bin]] name = "fpgcli" path = "cli/main.rs" [dependencies.arboard] version = "3.2.1" [dependencies.flowerypassgen] version = "0.0.1" [target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"emscripten\"))))".dependencies.arboard] version = "3.2.1" features = [ "wayland-data-control", "wl-clipboard-rs", ]