# 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-cookies" version = "0.2.0" authors = ["Lonelam "] description = "Get cookies from a pop-up window" homepage = "https://github.com/lonelam/get-cookies-rs" documentation = "https://lonelam.github.io/get-cookies-rs/" readme = "README.md" license = "MIT" repository = "https://github.com/lonelam/get-cookies-rs" [[bin]] name = "get-cookies" path = "src/main.rs" [[example]] name = "github" [[example]] name = "github-readme" [dependencies.block] version = "0.1.6" [dependencies.futures] version = "0.3.30" [dependencies.tao] version = "0.24.1" features = [ "serde", "rwh_05", ] [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.wry] version = "0.35.2" [dev-dependencies.regex] version = "1.10.4" [dev-dependencies.reqwest] version = "0.12.4" features = [ "json", "cookies", "socks", "multipart", ] [target."cfg(target_os = \"linux\")".dependencies.soup3] version = "0.5.0" [target."cfg(target_os = \"linux\")".dependencies.webkit2gtk] version = "2.0.1" [target."cfg(target_os = \"macos\")".dependencies.cocoa] version = "0.25.0" [target."cfg(target_os = \"macos\")".dependencies.objc] version = "0.2.7" [target."cfg(target_os = \"windows\")".dependencies.webview2-com] version = "0.28.0" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.52.0" features = [ "Win32_System_Com", "Win32_Foundation", "implement", ] [target."cfg(target_os = \"windows\")".dependencies.windows-core] version = "0.52.0" features = ["implement"]