2021-03-25 15:19:40 -04:00
|
|
|
[package]
|
|
|
|
name = "lemmy_api_crud"
|
2023-12-20 09:11:58 -05:00
|
|
|
publish = false
|
2022-11-17 10:23:01 -05:00
|
|
|
version.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
description.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
homepage.workspace = true
|
|
|
|
documentation.workspace = true
|
2022-11-24 11:38:00 -05:00
|
|
|
repository.workspace = true
|
2021-03-25 15:19:40 -04:00
|
|
|
|
2023-11-21 08:51:22 -05:00
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
2021-03-25 15:19:40 -04:00
|
|
|
[dependencies]
|
2024-02-27 11:13:52 -05:00
|
|
|
lemmy_utils = { workspace = true, features = ["full"] }
|
2022-11-17 10:23:01 -05: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 11:56:39 -05:00
|
|
|
futures.workspace = true
|
2023-07-14 04:45:18 -04:00
|
|
|
uuid = { workspace = true }
|
2023-12-12 11:56:39 -05:00
|
|
|
moka.workspace = true
|
|
|
|
anyhow.workspace = true
|
2024-09-24 05:39:40 -04:00
|
|
|
chrono.workspace = true
|
2024-09-16 04:11:02 -04:00
|
|
|
webmention = "0.6.0"
|
2024-02-08 04:53:03 -05:00
|
|
|
accept-language = "3.1.0"
|
2024-09-18 08:52:33 -04:00
|
|
|
serde_json = { workspace = true }
|
|
|
|
serde = { workspace = true }
|
|
|
|
serde_with = { workspace = true }
|
2023-12-12 11:56:39 -05:00
|
|
|
|
|
|
|
[package.metadata.cargo-machete]
|
|
|
|
ignored = ["futures"]
|