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

Drop-in Solid Pod server binary. Wraps solid-pod-rs with actix-web and a JSS-compatible layered config loader.
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-server"
version = "0.4.0-alpha.4"
authors = ["DreamLab-AI contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Drop-in Solid Pod server binary. Wraps solid-pod-rs with actix-web and a JSS-compatible layered config loader."
homepage = "https://github.com/dreamlab-ai/solid-pod-rs"
documentation = "https://docs.rs/solid-pod-rs"
readme = "README.md"
keywords = [
    "solid",
    "pod",
    "server",
    "nostr",
    "agpl",
]
categories = [
    "web-programming::http-server",
    "command-line-utilities",
]
license = "AGPL-3.0-only"
repository = "https://github.com/dreamlab-ai/solid-pod-rs"

[features]
default = []
did-nostr = ["solid-pod-rs/did-nostr"]
quota = ["solid-pod-rs/quota"]
rate-limit = ["solid-pod-rs/rate-limit"]
security-primitives = ["solid-pod-rs/security-primitives"]
tls = [
    "dep:rustls",
    "dep:rustls-pemfile",
    "actix-web/rustls-0_23",
]

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

[[bin]]
name = "solid-pod-rs-server"
path = "src/main.rs"

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

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

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

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

[dependencies.actix-web]
version = "4"

[dependencies.anyhow]
version = "1"

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

[dependencies.bytes]
version = "1"

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

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

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

[dependencies.percent-encoding]
version = "2"

[dependencies.rustls]
version = "0.23"
features = [
    "std",
    "ring",
]
optional = true
default-features = false

[dependencies.rustls-pemfile]
version = "2"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.solid-pod-rs]
version = "0.4.0-alpha.4"
features = [
    "fs-backend",
    "memory-backend",
    "config-loader",
    "legacy-notifications",
]

[dependencies.solid-pod-rs-idp]
version = "0.4.0-alpha.4"

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

[dependencies.tracing]
version = "0.1"

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

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

[dev-dependencies.parking_lot]
version = "0.12"

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

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