# 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 = "2018" name = "pass-fxa" version = "0.4.1" authors = ["Nils "] exclude = [ ".github", "scripts", ] description = "Upload a password-store to Firefox Accounts" readme = "README.md" keywords = [ "pass", "passwordstore", "mozilla", "password-manager", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/NilsIrl/pass-fxa/" [profile.release] lto = true codegen-units = 1 [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.14" [dependencies.pass-fxa-lib] version = "0.4.1" [dependencies.prs-lib] version = "0.2.14" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.structopt] version = "0.3.22" [dependencies.tokio] version = "1.25.0" features = [ "rt", "macros", ] default-features = false [dependencies.url] version = "2.2.2"