# 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 = "partout" version = "0.1.1" authors = ["Karl Felix Schewe"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Iced app for pass" readme = "README.md" keywords = [ "password-manager", "pass", ] categories = ["authentication"] license = "GPL-3.0-only" repository = "https://github.com/kardwen/partout" [[bin]] name = "partout" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.iced] version = "0.13.1" features = [ "advanced", "debug", "image", ] [dependencies.iced_fonts] version = "0.1.1" features = ["nerd"] [dependencies.passepartout] version = "0.1.2" [dev-dependencies.clippy] version = "0.0.302"