cephas 0.1.19

Privacy-first GTK/WebKit browser with local agent tooling.
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"
rust-version = "1.87"
name = "cephas"
version = "0.1.19"
build = false
exclude = [
    "/AGENTS.md",
    "/CAPTURE_OPTIMIZATION.md",
    "/WORLD_READY_CHECKLIST.md",
    "/elixir_backend.MD",
    "/git.sh",
    "/plugins_backend.MD",
    "session.json",
    "/target/**",
    "/.profile.json",
    "/profile.json",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Privacy-first GTK/WebKit browser with local agent tooling."
homepage = "https://github.com/Tknott95/cephas"
readme = "README.md"
keywords = [
    "browser",
    "privacy",
    "webkit",
    "gtk",
    "agent",
]
categories = [
    "command-line-utilities",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/Tknott95/cephas"

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

[[bin]]
name = "cephas"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.cairo-rs]
version = "0.18"
features = ["png"]

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "serde",
]
default-features = false

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.directories]
version = "5.0"

[dependencies.gtk]
version = "0.18"

[dependencies.html-escape]
version = "0.2"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "brotli",
    "deflate",
    "gzip",
    "rustls-tls",
]
default-features = false

[dependencies.scraper]
version = "0.20"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.textwrap]
version = "0.16"

[dependencies.url]
version = "2.5"
features = ["serde"]

[dependencies.uuid]
version = "1.11"
features = [
    "serde",
    "v7",
]

[dependencies.webbrowser]
version = "1.0"

[dependencies.webkit2gtk]
version = "2.0"
features = ["v2_40"]

[dependencies.webkit2gtk-nvidia-quirk]
version = "1.3"

[dev-dependencies.tempfile]
version = "3.10"

[profile.dev]
opt-level = 1

[profile.release]
lto = "thin"
codegen-units = 1