]> Untitled Git - lemmy.git/blob - crates/api_crud/Cargo.toml
add enable_federated_downvotes site option
[lemmy.git] / crates / api_crud / Cargo.toml
1 [package]
2 name = "lemmy_api_crud"
3 version.workspace = true
4 edition.workspace = true
5 description.workspace = true
6 license.workspace = true
7 homepage.workspace = true
8 documentation.workspace = true
9 repository.workspace = true
10
11 [dependencies]
12 lemmy_utils = { workspace = true }
13 lemmy_db_schema = { workspace = true, features = ["full"] }
14 lemmy_db_views = { workspace = true, features = ["full"] }
15 lemmy_db_views_actor = { workspace = true, features = ["full"] }
16 lemmy_api_common = { workspace = true, features = ["full"] }
17 activitypub_federation = { workspace = true }
18 bcrypt = { workspace = true }
19 serde = { workspace = true }
20 actix-web = { workspace = true }
21 tracing = { workspace = true }
22 url = { workspace = true }
23 async-trait = { workspace = true }
24 webmention = "0.5.0"
25 chrono = { workspace = true }
26 uuid = { workspace = true }