[package]
name = "apread"
description = "An activity pub feed reader for the command line"
homepage = "https://github.com/esmevane/apread"
repository = "https://github.com/esmevane/apread"
license = "MIT"
version = "0.2.1"
edition = "2021"
[dependencies]
anyhow = "1.0.69"
clap = { version = "4.1.4", features = ["derive"] }
config = "0.13.3"
html2md = "0.2.14"
reqwest = { version = "0.11.14", features = ["rustls", "json", "cookies"] }
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
textwrap = "0.16.0"
thiserror = "1.0.38"
tokio = { version = "1.25.0", features = ["macros", "rt", "rt-multi-thread", "tracing"] }
[profile.dist]
inherits = "release"
debug = true
split-debuginfo = "packed"