[package] name = "newsfeed-core" version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true authors.workspace = true description = "Business logic and data-access ports for newsfeed. No direct I/O." [dependencies] newsfeed-entities.workspace = true serde.workspace = true chrono.workspace = true uuid.workspace = true thiserror.workspace = true async-trait.workspace = true # pure crypto/compute — no network or DB argon2.workspace = true rand.workspace = true sha2.workspace = true base64.workspace = true