synd-api 0.4.0

syndicationd backend api
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 = "synd-api"
version = "0.4.0"
authors = ["ymgyt"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "syndicationd backend api"
homepage = "https://docs.syndicationd.ymgyt.io/synd-term/"
readme = "README.md"
keywords = [
    "feed",
    "rss",
    "atom",
    "tui",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ymgyt/syndicationd"
resolver = "2"

[package.metadata.dist]
dist = false

[features]
integration = []
introspection = []
opentelemetry-stdout = ["synd-support/opentelemetry-stdout"]

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

[dependencies.async-graphql]
version = "7.2.1"
features = ["tracing"]

[dependencies.async-graphql-axum]
version = "7.2.1"

[dependencies.axum]
version = "0.8.6"
features = ["json"]
default-features = false

[dependencies.axum-server]
version = "0.8.0"
features = ["tls-rustls"]

[dependencies.chrono]
version = "0.4.44"
default-features = false

[dependencies.feed-rs]
version = "2.4.0"
default-features = false

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

[dependencies.graphql_client]
version = "0.13.0"
default-features = false

[dependencies.moka]
version = "0.12.15"
features = [
    "future",
    "future",
]

[dependencies.pin-project]
version = "1.1.11"

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

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

[dependencies.synd-auth]
version = "=0.4.0"

[dependencies.synd-feed]
version = "=0.4.0"
features = ["graphql"]

[dependencies.synd-persistence]
version = "=0.4.0"

[dependencies.synd-protocol]
version = "=0.4.0"

[dependencies.synd-registry]
version = "=0.4.0"

[dependencies.synd-support]
version = "=0.4.0"
features = ["o11y"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.1"
features = [
    "macros",
    "net",
    "rt-multi-thread",
    "sync",
    "time",
]
default-features = false

[dependencies.tokio-metrics]
version = "0.5.0"
features = ["rt"]
default-features = false

[dependencies.tokio-util]
version = "0.7.18"

[dependencies.tower]
version = "0.5.3"
features = [
    "limit",
    "timeout",
]
default-features = false

[dependencies.tower-http]
version = "0.6.8"
features = [
    "trace",
    "sensitive-headers",
    "cors",
    "limit",
]
default-features = false

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.insta]
version = "1.43"
features = [
    "yaml",
    "redactions",
]

[dev-dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "smallvec",
    "fmt",
    "ansi",
    "std",
    "env-filter",
    "time",
]
default-features = false

[lints.clippy]
cargo_common_metadata = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
multiple_crate_versions = "allow"
must_use_candidate = "allow"
negative_feature_names = "warn"
redundant_feature_names = "warn"
wildcard_dependencies = "warn"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"