# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bitwarden-autotype" version = "0.1.6" authors = ["MCOfficer "] build = "build.rs" exclude = ["*.xcf"] description = "The missing desktop-autotype for Bitwarden." homepage = "https://github.com/MCOfficer/bitwarden-autotype" keywords = ["bitwarden", "autotype", "autofill", "passwords", "tool"] license = "MIT" repository = "https://github.com/MCOfficer/bitwarden-autotype" [dependencies.anyhow] version = "1.0" [dependencies.argh] version = "0.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.fern] version = "0.6" features = ["date-based"] default_features = false [dependencies.fltk] version = "1.0" features = ["fltk-bundled"] [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.11" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_repr] version = "0.1" [dependencies.strfmt] version = "0.1" [dependencies.trayicon] version = "0.1.1" [dependencies.win_key_codes] version = "0.1.2" [dependencies.winapi] version = "0.3" features = ["winuser", "psapi"] default_features = false [dependencies.winput] version = "0.2" [build-dependencies.winres] version = "0.1"