# 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 = "lastpass" version = "0.1.0" authors = ["Michael-F-Bryan "] description = "An unofficial interface to the LastPass API." keywords = ["lastpass", "password", "password-manager", "API"] categories = ["api-bindings", "asynchronous", "authentication", "cryptography"] license = "GPL-2.0-or-later" repository = "https://github.com/Michael-F-Bryan/lastpass" [dependencies.aes] version = "0.3.2" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.12.0" [dependencies.block-modes] version = "0.3.3" [dependencies.byteorder] version = "1.3.4" [dependencies.digest] version = "0.8.1" [dependencies.env_logger] version = "0.7.1" [dependencies.hex] version = "0.4.2" [dependencies.hmac] version = "0.7.1" [dependencies.log] version = "0.4.8" [dependencies.pbkdf2] version = "0.3.0" [dependencies.reqwest] version = "0.10" features = ["cookies", "gzip", "json"] [dependencies.serde] version = "1.0" [dependencies.serde-xml-rs] version = "0.4.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.8.1" [dependencies.structopt] version = "0.3.13" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "0.2.17" features = ["macros"] [dependencies.typenum] version = "1.11.2" [dependencies.url] version = "2.1.1" [dev-dependencies.pretty_assertions] version = "0.6.1"