[package]
edition = "2024"
name = "aleym_core"
version = "0.0.0"
authors = ["zefr0x"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extensible news aggregation and knowledge-base engine (Core Library Component of Aleym)"
homepage = "https://github.com/zefr0x/aleym_core"
documentation = "https://docs.rs/aleym_core"
readme = "README.md"
keywords = [
"news",
"aggregation",
"knowledge",
"rss",
"feed",
]
license = "AGPL-3.0-only"
repository = "https://github.com/zefr0x/aleym_core.git"
[lib]
name = "aleym_core"
path = "src/lib.rs"