]> Untitled Git - lemmy.git/blob - crates/db_views_actor/Cargo.toml
ccf4a4a7eb3441aefa3ef934fed4d675bb4d765c
[lemmy.git] / crates / db_views_actor / Cargo.toml
1 [package]
2 name = "lemmy_db_views_actor"
3 version = "0.16.5"
4 edition = "2021"
5 description = "A link aggregator for the fediverse"
6 license = "AGPL-3.0"
7 homepage = "https://join-lemmy.org/"
8 documentation = "https://join-lemmy.org/docs/en/index.html"
9
10 [lib]
11 doctest = false
12
13 [features]
14 full = ["lemmy_db_schema/full", "diesel"]
15
16 [dependencies]
17 lemmy_db_schema = { version = "=0.16.5", path = "../db_schema" }
18 diesel = { version = "1.4.8", features = ["postgres","chrono","r2d2","serde_json"], optional = true }
19 serde = { version = "1.0.136", features = ["derive"] }