# 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 = "ccd" version = "0.1.4" authors = ["Kirill Melkozerov "] description = """ A windows simple, fast chrome_cookie_decryptor """ readme = "README.md" keywords = [ "chrome", "cookie", "description", "decryptor", ] categories = [ "concurrency", "asynchronous", ] license = "MIT" repository = "https://github.com/1101-1/chrome_cookie_decryptor" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [[bin]] name = "ccd" path = "src/main.rs" [dependencies.aes-gcm] version = "0.10.2" [dependencies.base64] version = "0.21.2" [dependencies.rusqlite] version = "0.29.0" features = ["bundled"] default-features = false [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.28.2" features = [ "rt", "io-util", "io-std", "macros", "fs", "sync", "rt-multi-thread", ] [dependencies.whoami] version = "1.4.0" [dependencies.winapi] version = "0.3.6" features = [ "wingdi", "winnt", "winuser", "dpapi", "winbase", ]