unjar 0.1.0

Read and export cookies from local browser profiles. CLI and Rust library.
Documentation
# 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 = "2024"
name = "unjar"
version = "0.1.0"
authors = ["vladkens"]
build = false
include = [
    "/src/**",
    "/Cargo.toml",
    "/Cargo.lock",
    "/LICENSE",
    "/changelog.md",
    "/readme.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read and export cookies from local browser profiles. CLI and Rust library."
homepage = "https://github.com/vladkens/unjar"
documentation = "https://docs.rs/unjar"
readme = "readme.md"
keywords = [
    "cookies",
    "browser",
    "chrome",
    "firefox",
    "http",
]
categories = [
    "command-line-utilities",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/vladkens/unjar"

[package.metadata.docs.rs]
no-default-features = true

[features]
cli = [
    "dep:clap",
    "dep:comfy-table",
]
default = ["cli"]

[lib]
name = "unjar"
path = "src/lib.rs"

[[bin]]
name = "unjar"
path = "src/main.rs"
required-features = ["cli"]

[dependencies.aes]
version = "0.9.2"

[dependencies.cbc]
version = "0.2.1"
features = ["alloc"]

[dependencies.clap]
version = "4.6.5"
features = ["derive"]
optional = true

[dependencies.comfy-table]
version = "7.2.2"
optional = true

[dependencies.dirs]
version = "6.0.0"

[dependencies.pbkdf2]
version = "0.13.0"

[dependencies.rusqlite]
version = "0.40.1"
features = ["bundled"]

[dependencies.serde]
version = "1.0.229"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.151"

[dependencies.sha1]
version = "0.11.0"

[dependencies.sha2]
version = "0.11.0"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.thiserror]
version = "2.0.19"

[profile.release]
lto = true
panic = "abort"
strip = true