solid-pod-rs-activitypub 0.4.0-alpha.4

ActivityPub Actor, inbox, outbox, HTTP Signatures, NodeInfo 2.1 for solid-pod-rs (JSS src/ap parity)
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"
rust-version = "1.75"
name = "solid-pod-rs-activitypub"
version = "0.4.0-alpha.4"
authors = ["DreamLab-AI contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ActivityPub Actor, inbox, outbox, HTTP Signatures, NodeInfo 2.1 for solid-pod-rs (JSS src/ap parity)"
homepage = "https://github.com/dreamlab-ai/solid-pod-rs"
documentation = "https://docs.rs/solid-pod-rs"
readme = "README.md"
keywords = [
    "solid",
    "activitypub",
    "federation",
    "http-signatures",
    "nodeinfo",
]
categories = ["web-programming::http-server"]
license = "AGPL-3.0-only"
repository = "https://github.com/dreamlab-ai/solid-pod-rs"

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

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

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

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

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

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

[dependencies.base64]
version = "0.22"

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

[dependencies.httpdate]
version = "1"

[dependencies.rand]
version = "0.8"

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

[dependencies.rsa]
version = "0.9"
features = [
    "sha2",
    "pem",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.solid-pod-rs]
version = "0.4.0-alpha.4"
features = ["tokio-runtime"]
default-features = false

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio-rustls",
    "sqlite",
    "chrono",
    "json",
]

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "sync",
    "time",
    "fs",
]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

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

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

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

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