2021-03-25 19:19:40 +00:00
|
|
|
[package]
|
|
|
|
name = "lemmy_api_crud"
|
2023-12-20 14:11:58 +00:00
|
|
|
publish = false
|
2022-11-17 15:23:01 +00:00
|
|
|
version.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
description.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
homepage.workspace = true
|
|
|
|
documentation.workspace = true
|
2022-11-24 16:38:00 +00:00
|
|
|
repository.workspace = true
|
2021-03-25 19:19:40 +00:00
|
|
|
|
2023-11-21 13:51:22 +00:00
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
2021-03-25 19:19:40 +00:00
|
|
|
[dependencies]
|
2024-02-27 16:13:52 +00:00
|
|
|
lemmy_utils = { workspace = true, features = ["full"] }
|
2022-11-17 15:23:01 +00:00
|
|
|
lemmy_db_schema = { workspace = true, features = ["full"] }
|
|
|
|
lemmy_db_views = { workspace = true, features = ["full"] }
|
|
|
|
lemmy_db_views_actor = { workspace = true, features = ["full"] }
|
|
|
|
lemmy_api_common = { workspace = true, features = ["full"] }
|
|
|
|
activitypub_federation = { workspace = true }
|
|
|
|
bcrypt = { workspace = true }
|
|
|
|
actix-web = { workspace = true }
|
|
|
|
tracing = { workspace = true }
|
|
|
|
url = { workspace = true }
|
2023-12-12 16:56:39 +00:00
|
|
|
futures.workspace = true
|
2023-07-14 08:45:18 +00:00
|
|
|
uuid = { workspace = true }
|
2023-12-12 16:56:39 +00:00
|
|
|
moka.workspace = true
|
|
|
|
once_cell.workspace = true
|
|
|
|
anyhow.workspace = true
|
|
|
|
webmention = "0.5.0"
|
2024-02-08 09:53:03 +00:00
|
|
|
accept-language = "3.1.0"
|
2023-12-12 16:56:39 +00:00
|
|
|
|
|
|
|
[package.metadata.cargo-machete]
|
|
|
|
ignored = ["futures"]
|