# 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 = "get-cookie" version = "0.2.0" authors = ["Haim Gelfenbeyn "] description = "Fetch a cookie from a local browser's cookie store" readme = "README.md" keywords = [ "browser", "cookie", ] categories = [ "parsing", "os", "api-bindings", ] license = "GPL-3.0-only" repository = "https://github.com/haimgel/get-cookie" [dependencies.aes] version = "^0" [dependencies.cbc] version = "^0" [dependencies.chrono] version = "^0" [dependencies.dirs] version = "^4" [dependencies.keyring] version = "^1" [dependencies.ring] version = "^0" [dependencies.rusqlite] version = "^0" [dependencies.thiserror] version = "^1"