asimov-serpapi-module 0.1.2

ASIMOV module for data import powered by the SerpApi search data platform.
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 = "asimov-serpapi-module"
version = "0.1.2"
authors = ["ASIMOV Protocol <support@asimov.so>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ASIMOV module for data import powered by the SerpApi search data platform."
homepage = "https://github.com/asimov-modules"
readme = "README.md"
keywords = [
    "asimov-module",
    "asimov",
    "ai",
]
categories = [
    "command-line-utilities",
    "api-bindings",
    "web-programming::http-client",
    "text-processing",
]
license = "Unlicense"
repository = "https://github.com/asimov-modules/asimov-serpapi-module"

[features]
all = ["tracing"]
cli = [
    "pretty",
    "std",
    "dep:clientele",
]
default = [
    "all",
    "cli",
    "std",
]
pretty = ["dep:colored_json"]
std = [
    "asimov-module/std",
    "clientele/std",
    "jq/std",
    "serde/std",
    "tracing-subscriber?/fmt",
    "tracing-subscriber?/std",
    "url/std",
]
tracing = ["dep:tracing-subscriber"]
unstable = []

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

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

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

[dependencies.asimov-module]
version = "25.0.0-dev.8"
default-features = false

[dependencies.clientele]
version = "0.3"
features = [
    "argfile",
    "dotenv",
    "wild",
]
optional = true
default-features = false

[dependencies.colored_json]
version = "5"
optional = true
default-features = false

[dependencies.jq]
version = "0.1"
features = ["all"]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]
default-features = false

[dependencies.serde_json]
version = "1"
features = ["alloc"]
default-features = false

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "alloc",
    "tracing-log",
]
optional = true
default-features = false

[dependencies.ureq]
version = "3.0"
features = [
    "platform-verifier",
    "rustls",
    "json",
]
default-features = false

[dependencies.url]
version = "2.5"
default-features = false

[profile.release]
opt-level = "z"
lto = "thin"
strip = true