gthings 0.4.4

CLI binary for gthings — browser-automated web research toolkit
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.85"
name = "gthings"
version = "0.4.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI binary for gthings — browser-automated web research toolkit"
readme = false
license = "MIT"
resolver = "2"

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

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

[[test]]
name = "cli_tests"
path = "tests/cli_tests.rs"

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "derive",
]

[dependencies.gthings-cdp]
version = "0.4.2"

[dependencies.gthings-common]
version = "0.3.2"

[dependencies.gthings-extraction]
version = "0.3.1"

[dependencies.gthings-search]
version = "0.3.2"

[dependencies.include_dir]
version = "0.7"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]

[lints.clippy]
assertions_on_result_states = "warn"
dbg_macro = "deny"
enum_glob_use = "warn"
large_futures = "warn"
large_stack_frames = "warn"
redundant_closure_for_method_calls = "warn"
same_name_method = "warn"
todo = "deny"
unnecessary_cast = "warn"
unnecessary_to_owned = "warn"
unnecessary_unwrap = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.cargo]
level = "allow"
priority = 1

[lints.clippy.nursery]
level = "allow"
priority = 1

[lints.clippy.pedantic]
level = "allow"
priority = 1

[lints.rust]
missing_docs = "allow"
unreachable_pub = "warn"
unsafe_code = "deny"