aboutsummaryrefslogtreecommitdiffstats
path: root/feedsd/Cargo.toml
blob: 7b42591e6b3eb90f58e4010583fdaa880ec191ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# -*- coding: utf-8 -*-

[package]
name = "feedsd"
description = "feedreader-rs update daemon"
version = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
license = { workspace = true }
authors = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
readme = { workspace = true }
categories = { workspace = true }
keywords = { workspace = true }
publish = false

[dependencies]
anyhow = { workspace = true }
chrono = { workspace = true }
clap = { workspace = true, features = [ "std", "help", "usage", "error-context", "derive" ] }
feed-rs = { workspace = true }
feedsdb = { workspace = true }
itertools = { workspace = true }
rand = { workspace = true }
reqwest = { workspace = true, features = [ "http2", "rustls-tls", "gzip", "brotli", "zstd", "deflate" ] }
sd-notify = { workspace = true }
tokio = { workspace = true, features = [ "rt-multi-thread", "macros", "signal", "sync" ] }

# vim: ts=4 sw=4 expandtab
bues.ch cgit interface