# 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 = "rookie" version = "0.5.6" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Load cookie from your web browsers" homepage = "https://crates.io/crates/rookie" documentation = "https://docs.rs/rookie/" readme = "README.md" keywords = [ "windows", "cookies", "rust", "web", ] license-file = "MIT-LICENSE.txt" repository = "https://github.com/thewh1teagle/rookie" [lib] name = "rookie" path = "src/lib.rs" [dependencies.aes] version = "0.8" [dependencies.aes-gcm] version = "0.10" [dependencies.cbc] version = "0.1" [dependencies.eyre] version = "0.6.12" [dependencies.glob] version = "0.3" [dependencies.indoc] version = "2.0.5" [dependencies.log] version = "0.4" [dependencies.lz4_flex] version = "0.11" [dependencies.once_cell] version = "1.20.2" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1" [dependencies.rusqlite] version = "0.31" features = ["bundled"] [dependencies.rust-ini] version = "0.21" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" features = ["preserve_order"] [dependencies.url] version = "2" [dev-dependencies.tracing-subscriber] version = "0.3.18" [features] appbound = [] default = ["appbound"] pyo3 = ["eyre/pyo3"] [target.'cfg(target_os = "linux")'.dependencies.zbus] version = "3" [target.'cfg(target_os = "linux")'.dependencies.zvariant] version = "3" [target.'cfg(target_os = "macos")'.dependencies.byteorder] version = "1" [target.'cfg(target_os = "macos")'.dependencies.pbkdf2] version = "0.12" [target.'cfg(target_os = "macos")'.dependencies.sha1] version = "0.10" [target."cfg(unix)".dependencies.pbkdf2] version = "0.12" [target."cfg(unix)".dependencies.sha1] version = "0.10" [target."cfg(windows)".dependencies.base64] version = "0.22" [target."cfg(windows)".dependencies.libesedb] version = "0.2" [target."cfg(windows)".dependencies.privilege] version = "0.3.0" [target."cfg(windows)".dependencies.rawcopy-rs-next] version = "0.1.3" [target."cfg(windows)".dependencies.windows] version = "0.51" features = [ "Wdk", "Wdk_System", "Wdk_System_SystemServices", "Win32_Security_Cryptography", "Win32_Security", "Win32", "Win32_Foundation", "Win32_System", "Win32_System_RestartManager", "Win32_System_ProcessStatus", "Win32_System_SystemServices", "Win32_System_Threading", ]