[package] name = "audquotes" version = "0.1.0" edition = "2024" rust-version = "1.93" [dependencies] async-trait = "0.1.91" bsky-sdk = "0.1.16" chrono = "0.4.42" cron-lite = { version = "0.3.0", features = ["async"] } futures = "0.3.31" glob = "0.3.2" grep = "0.3.2" opentelemetry = "0.31.0" opentelemetry_sdk = "0.31.0" rand = "0.9.0" redis = { version = "0.29.1", features = ["aio", "connection-manager", "tokio-comp"] } reqwest = { version = "0.13.4", features = ["json"] } tokio = { version = "1.44.0", features = ["full"] } tokio-cron-scheduler = "0.15.1" tracing = { version = "0.1.44" } tracing-log = "0.2.0" tracing-opentelemetry = "0.32.1" tracing-subscriber = "0.3.23"