[package] name = "newsfeed-modelwatch" version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true authors.workspace = true description = "Push producer: watches Hugging Face Hub for open-weight model releases and submits filtered candidates to the newsfeed ingest endpoint." [lib] name = "newsfeed_modelwatch" path = "src/lib.rs" [[bin]] name = "newsfeed-modelwatch" path = "src/main.rs" [dependencies] newsfeed-entities.workspace = true tokio.workspace = true reqwest.workspace = true serde.workspace = true serde_json.workspace = true chrono.workspace = true regex.workspace = true anyhow.workspace = true tracing.workspace = true tracing-subscriber.workspace = true figment.workspace = true clap.workspace = true