# 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 = "chrome_password" version = "0.2.0" authors = ["迷渡 "] default-run = "chrome_password" description = "Get username & password from Chrome." documentation = "https://docs.rs/chrome_password" readme = "README.md" keywords = [ "chrome", "hack", "password", "utils", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/justjavac/chrome_password.rs" resolver = "2" [package.metadata.winres] OriginalFilename = "chrome_password.exe" LegalCopyright = "© justjavac. MIT licensed." ProductName = "chrome_password" FileDescription = "chrome_password." [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = "symbols" [[bin]] name = "chrome_password" path = "src/main.rs" [dependencies.aes-gcm] version = "0.10.1" [dependencies.base64] version = "0.13.0" [dependencies.serde] version = "1.0.143" features = ["derive"] [dependencies.serde_json] version = "1.0.83" [dependencies.sqlite] version = "0.27.0" [dependencies.tabled] version = "0.8.0" [dependencies.tempdir] version = "0.3.7" [target."cfg(windows)".dependencies.user32-sys] version = "0.2.0" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "dpapi", "wincrypt", "winuser", ]