synd-client 0.4.0

syndicationd API client
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-client"
version = "0.4.0"
authors = ["ymgyt"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "syndicationd API client"
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"

[features]
fake = [
    "dep:fake",
    "synd-feed/fake",
]

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

[dependencies.fake]
version = "5.1.0"
features = [
    "derive",
    "chrono",
]
optional = true

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

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

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

[dependencies.rustls]
version = "0.23.40"
features = [
    "ring",
    "std",
    "tls12",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.149"

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

[dependencies.synd-protocol]
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 = [
    "net",
    "sync",
    "time",
]
default-features = false

[dependencies.tokio-tungstenite]
version = "0.29.0"
features = [
    "connect",
    "rustls-tls-webpki-roots",
]
default-features = false

[dependencies.tracing]
version = "0.1.41"

[dependencies.url]
version = "2.5.8"

[dependencies.webpki-roots]
version = "0.26.11"

[dev-dependencies.fake]
version = "5.1.0"
features = [
    "derive",
    "chrono",
]

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

[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"