2020-12-21 11:30:34 -05:00
|
|
|
[package]
|
2020-12-21 18:27:42 -05:00
|
|
|
name = "lemmy_db_views_moderator"
|
2022-05-30 18:32:31 -04:00
|
|
|
version = "0.16.5"
|
2022-02-14 10:34:54 -05:00
|
|
|
edition = "2021"
|
2021-07-24 05:55:56 -04:00
|
|
|
description = "A link aggregator for the fediverse"
|
|
|
|
license = "AGPL-3.0"
|
2021-10-19 13:03:43 -04:00
|
|
|
homepage = "https://join-lemmy.org/"
|
|
|
|
documentation = "https://join-lemmy.org/docs/en/index.html"
|
2022-06-28 17:44:55 -04:00
|
|
|
rust-version = "1.57"
|
2020-12-21 11:30:34 -05:00
|
|
|
|
2021-02-25 14:43:39 -05:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2022-05-03 13:44:13 -04:00
|
|
|
[features]
|
|
|
|
full = ["lemmy_db_schema/full", "diesel"]
|
|
|
|
|
2020-12-21 11:30:34 -05:00
|
|
|
[dependencies]
|
2022-05-30 18:32:31 -04:00
|
|
|
lemmy_db_schema = { version = "=0.16.5", path = "../db_schema" }
|
2022-05-03 13:44:13 -04:00
|
|
|
diesel = { version = "1.4.8", features = ["postgres","chrono","r2d2","serde_json"], optional = true }
|
2022-04-01 14:37:51 -04:00
|
|
|
serde = { version = "1.0.136", features = ["derive"] }
|