pdsmigration-common 0.1.0

Common framework for PDS Migration
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 = "pdsmigration-common"
version = "0.1.0"
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common framework for PDS Migration"
readme = false
license = "MIT"
repository = "https://github.com/NorthskySocial/pds-migration"

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

[dependencies.aws-config]
version = "1.5.14"
features = ["behavior-version-latest"]

[dependencies.aws-sdk-s3]
version = "1.70.0"

[dependencies.bsky-sdk]
version = "0.1.16"

[dependencies.derive_more]
version = "2.0.1"
features = [
    "display",
    "error",
]

[dependencies.ipld-core]
version = "0.4.1"

[dependencies.reqwest]
version = "0.12.12"

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

[dependencies.serde_json]
version = "1.0.134"

[dependencies.tokio]
version = "1.43.0"

[dependencies.tracing]
version = "0.1.41"