# 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 = "DBeaverPasswordViewer" version = "0.1.0" authors = ["kerwin612 "] description = "A tool for viewing DBeaver Community Edition passwords" readme = "README.md" keywords = [ "dbeaver", "rust-app", ] license-file = "LICENSE" repository = "https://github.com/kerwin612/DBeaverPasswordViewer" [dependencies.aes] version = "0.7.5" [dependencies.block-modes] version = "0.8.1" [dependencies.hex] version = "0.4.3" [dependencies.hex-literal] version = "0.3.3" [dependencies.serde_json] version = "1.0"