apify-client 0.4.1

An official, but experimental, AI-generated and AI-maintained Rust client for the Apify API (https://apify.com).
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 = "2021"
name = "apify-client"
version = "0.4.1"
authors = ["Apify Technologies <support@apify.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An official, but experimental, AI-generated and AI-maintained Rust client for the Apify API (https://apify.com)."
homepage = "https://apify.com"
documentation = "https://docs.rs/apify-client"
readme = "README.md"
keywords = [
    "apify",
    "api",
    "client",
    "scraping",
    "automation",
]
categories = [
    "api-bindings",
    "web-programming::http-client",
]
license = "Apache-2.0"
repository = "https://github.com/apify/apify-client-rust"

[features]
default = ["native-tls"]
native-tls = ["reqwest/native-tls"]
rustls = ["reqwest/rustls-tls"]

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

[[example]]
name = "create_build_run_actor"
path = "examples/create_build_run_actor.rs"

[[example]]
name = "get_account"
path = "examples/get_account.rs"

[[example]]
name = "iterate_store"
path = "examples/iterate_store.rs"

[[example]]
name = "log_redirection"
path = "examples/log_redirection.rs"

[[example]]
name = "raw_log"
path = "examples/raw_log.rs"

[[example]]
name = "run_and_last_run_storages"
path = "examples/run_and_last_run_storages.rs"

[[example]]
name = "run_store_actor"
path = "examples/run_store_actor.rs"

[[example]]
name = "storages"
path = "examples/storages.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.futures-util]
version = "0.3"

[dependencies.hmac]
version = "0.12"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.uuid]
version = "1"
features = ["v4"]