# 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 = "cdd" version = "0.1.3" 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 = "cdd" path = "src/lib.rs" [target."cfg(unix)".dependencies] [target."cfg(windows)".dependencies.aes-gcm] version = "0.10.2" [target."cfg(windows)".dependencies.base64] version = "0.21.2" [target."cfg(windows)".dependencies.rusqlite] version = "0.29.0" features = ["bundled"] default-features = false [target."cfg(windows)".dependencies.serde_json] version = "1.0.96" [target."cfg(windows)".dependencies.tokio] version = "1.28.2" features = [ "rt", "io-util", "io-std", "macros", "fs", "sync", "rt-multi-thread", ] [target."cfg(windows)".dependencies.whoami] version = "1.4.0" [target."cfg(windows)".dependencies.winapi] version = "0.3.6" features = [ "wingdi", "winnt", "winuser", "dpapi", "winbase", ]