# 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 = "swords" version = "1.0.2" description = "A simple, extensible, and portable password manager file format." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/Radenz/swords" [dependencies.aes-gcm] version = "0.10.1" [dependencies.arboard] version = "3.2.0" [dependencies.clap] version = "4.3.0" features = ["derive"] [dependencies.crossterm] version = "0.26.1" [dependencies.inquire] version = "0.6.2" [dependencies.rand] version = "0.8.5" [dependencies.sha3] version = "0.10.8"