feather-reader 0.2.4

A minimalist, atproto-native RSS/Atom reader in Rust — your feed subscriptions live in your own PDS.
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.94"
name = "feather-reader"
version = "0.2.4"
authors = ["Justin Stanley"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimalist, atproto-native RSS/Atom reader in Rust — your feed subscriptions live in your own PDS."
homepage = "https://feather-reader.com"
readme = "README.md"
keywords = [
    "rss",
    "atom",
    "atproto",
    "feed",
    "reader",
]
categories = ["web-programming"]
license = "AGPL-3.0-only"
repository = "https://github.com/justin-stanley/feather-reader"

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

[[bin]]
name = "featherreader"
path = "src/main.rs"

[dependencies.ammonia]
version = "4"

[dependencies.anyhow]
version = "1"

[dependencies.askama]
version = "0.16"

[dependencies.askama_web]
version = "0.16"
features = ["axum-0.8"]

[dependencies.axum]
version = "0.8"
features = ["multipart"]

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

[dependencies.feed-rs]
version = "2.4"

[dependencies.getrandom]
version = "0.4"

[dependencies.reqwest]
version = "0.13"
features = [
    "rustls",
    "gzip",
    "json",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sqlx]
version = "0.9"
features = [
    "runtime-tokio",
    "tls-rustls-ring",
    "sqlite-bundled",
    "migrate",
    "chrono",
    "derive",
]
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.45"
features = ["full"]

[dependencies.tower-http]
version = "0.7"
features = [
    "fs",
    "trace",
    "set-header",
]

[dependencies.tracing]
version = "0.1"

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

[dependencies.url]
version = "2"

[dev-dependencies.tower]
version = "0.5"
features = ["util"]

[target."cfg(unix)".dependencies.libc]
version = "0.2"