archive-it-client 0.4.0

Rust client for Archive-It's partner API and WASAPI
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 = "archive-it-client"
version = "0.4.0"
authors = ["Mark Cooper <gh.aftermath967@passinbox.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust client for Archive-It's partner API and WASAPI"
readme = "README.md"
keywords = [
    "archive-it",
    "wasapi",
    "warc",
    "web-archiving",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mark-cooper/archive-it-client"
resolver = "2"

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.async-stream]
version = "0.3"

[dependencies.aws-sdk-s3]
version = "1"
features = [
    "behavior-version-latest",
    "rt-tokio",
]
default-features = false

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

[dependencies.futures-util]
version = "0.3"
default-features = false

[dependencies.http-ferry]
version = "0.2.0"
features = ["s3"]

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "sync",
    "time",
]
default-features = false

[dependencies.url]
version = "2"

[dev-dependencies.aws-config]
version = "1"

[dev-dependencies.aws-credential-types]
version = "1"

[dev-dependencies.aws-smithy-http-client]
version = "1"
features = ["test-util"]

[dev-dependencies.aws-smithy-types]
version = "1"

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

[dev-dependencies.csv]
version = "1"

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

[dev-dependencies.http]
version = "1"

[dev-dependencies.sha1]
version = "0.11"

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

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

[dev-dependencies.wiremock]
version = "0.6"