# 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 = "ironkey" version = "0.1.3" description = "A simple password manager/generator with rich TUI" homepage = "https://github.com/KekmaTime/IronKey" documentation = "https://github.com/KekmaTime/IronKey/blob/master/README.md" readme = "README.md" keywords = [ "password", "generator", "cli", "tui", ] categories = [ "security", "cli", "password-manager", "command-line-utilities", ] license = "MIT" repository = "https://github.com/KekmaTime/IronKey" [dependencies.crossterm] version = "0.27.0" [dependencies.dirs] version = "5.0.1" [dependencies.dirs-next] version = "2.0.0" [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.26.0" features = ["all-widgets"] [dependencies.scanrs] version = "0.3.0" [dependencies.serde_json] version = "1.0.113" [dependencies.wl-clipboard-rs] version = "0.8.1" optional = true [dependencies.x11-clipboard] version = "0.9.2" [features] wayland_support = ["wl-clipboard-rs"]