# 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 = "bench_scraper" version = "0.4.1" authors = ["Glen Oakley "] description = "A library for grabbing browser cookies from a filesystem" documentation = "https://docs.rs/bench_scraper" readme = "README.md" keywords = [ "browser", "firefox", "chrome", "chromium", "cookies", ] categories = [ "filesystem", "network-programming", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/goakley/bench_scraper/" [lib] name = "bench_scraper" path = "src/lib.rs" [dependencies.aes] version = "0.8.2" [dependencies.aes-gcm] version = "0.10.1" [dependencies.base64] version = "0.13.1" [dependencies.block-padding] version = "0.3.2" [dependencies.cbc] version = "0.1.2" [dependencies.dirs] version = "4.0.0" [dependencies.json_dotpath] version = "1.1.0" [dependencies.libsqlite3-sys] version = "0.25.2" [dependencies.log] version = "0.4.17" [dependencies.nom] version = "7.1.1" [dependencies.pbkdf2] version = "0.11.0" features = ["sha1"] [dependencies.reqwest] version = "0.11.0" features = ["cookies"] optional = true default-features = false [dependencies.rusqlite] version = "0.28.0" features = ["bundled"] [dependencies.serde] version = "1.0.147" [dependencies.serde_json] version = "1.0.87" [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24" [dependencies.tempfile] version = "3.3.0" [dependencies.time] version = "0.3.15" features = ["formatting"] [dependencies.walkdir] version = "2.3.2" [dev-dependencies.csv] version = "1.1.6" [dev-dependencies.regex] version = "1.7.0" [dev-dependencies.reqwest] version = "0.11.0" features = [ "blocking", "cookies", "default-tls", ] default-features = false [features] reqwest = ["dep:reqwest"] [target."cfg(target_os=\"linux\")".dependencies.secret-service] version = "2.0.2" [target."cfg(target_os=\"windows\")".dependencies.winapi] version = "0.3.9" features = ["dpapi"]