skyfeed 0.7.0

A library for quickly building BlueSky feed generators.
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 = "skyfeed"
version = "0.7.0"
authors = ["cyypherus"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for quickly building BlueSky feed generators."
readme = "README.md"
keywords = [
    "feed",
    "generator",
    "bluesky",
]
license = "MIT"
repository = "https://github.com/cyypherus/skyfeed"

[features]
default = ["examples"]
examples = [
    "rusqlite",
    "regex",
    "whatlang",
    "chrono-tz",
    "rayon",
]
test-api = [
    "public-api",
    "rustdoc-json",
    "rustup-toolchain",
]

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

[[bin]]
name = "my_did"
path = "src/bin/my_did.rs"

[[bin]]
name = "publish"
path = "src/bin/publish.rs"

[[bin]]
name = "unpublish"
path = "src/bin/unpublish.rs"

[[bin]]
name = "verify"
path = "src/bin/verify.rs"

[dependencies.anyhow]
version = "1.0.81"

[dependencies.async-trait]
version = "0.1.81"

[dependencies.atrium-api]
version = "0.25.6"

[dependencies.atrium-repo]
version = "0.1.6"

[dependencies.atrium-xrpc-client]
version = "0.5.10"

[dependencies.chrono]
version = "0.4.39"

[dependencies.chrono-tz]
version = "0.10"
optional = true

[dependencies.clap]
version = "4.5.3"
features = ["derive"]

[dependencies.dotenv]
version = "0.15.0"

[dependencies.env_logger]
version = "0.11.5"

[dependencies.flume]
version = "0.11.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.ipld-core]
version = "0.4.1"

[dependencies.log]
version = "0.4.22"

[dependencies.public-api]
version = "0.50.2"
optional = true

[dependencies.rayon]
version = "1.11.0"
optional = true

[dependencies.regex]
version = "1.11.1"
optional = true

[dependencies.reqwest]
version = "0.12.9"

[dependencies.rs-car]
version = "0.1"

[dependencies.rusqlite]
version = "0.33.0"
features = ["bundled"]
optional = true

[dependencies.rustdoc-json]
version = "0.9.4"
optional = true

[dependencies.rustls]
version = "0.23.35"

[dependencies.rustup-toolchain]
version = "0.1.9"
optional = true

[dependencies.serde]
version = "1.0.215"

[dependencies.serde_ipld_dagcbor]
version = "0.6.0"

[dependencies.serde_json]
version = "1.0.133"

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

[dependencies.tokio-tungstenite]
version = "0.28.0"
features = ["rustls-tls-native-roots"]

[dependencies.warp]
version = "0.4.2"
features = ["server"]

[dependencies.whatlang]
version = "0.16.4"
optional = true