2025-04-25 02:47:48 +01:00
|
|
|
[package]
|
|
|
|
|
name = "conduwuit_web"
|
|
|
|
|
description.workspace = true
|
|
|
|
|
edition.workspace = true
|
2026-01-20 21:01:21 +00:00
|
|
|
homepage.workspace = true
|
2025-04-25 02:47:48 +01:00
|
|
|
license.workspace = true
|
|
|
|
|
readme.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
version.workspace = true
|
|
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
|
path = "mod.rs"
|
|
|
|
|
crate-type = [
|
|
|
|
|
"rlib",
|
|
|
|
|
# "dylib",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[features]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2025-05-01 00:38:35 +01:00
|
|
|
conduwuit-build-metadata.workspace = true
|
2025-05-01 18:46:30 +01:00
|
|
|
conduwuit-service.workspace = true
|
2026-03-03 13:20:16 -05:00
|
|
|
conduwuit-core.workspace = true
|
|
|
|
|
async-trait.workspace = true
|
2026-02-12 18:24:24 -05:00
|
|
|
askama.workspace = true
|
2025-04-25 02:47:48 +01:00
|
|
|
axum.workspace = true
|
2026-03-03 13:20:16 -05:00
|
|
|
axum-extra.workspace = true
|
|
|
|
|
base64.workspace = true
|
2025-04-25 02:47:48 +01:00
|
|
|
futures.workspace = true
|
|
|
|
|
tracing.workspace = true
|
|
|
|
|
rand.workspace = true
|
2026-04-07 14:40:10 +01:00
|
|
|
assign.workspace = true
|
2026-03-03 13:20:16 -05:00
|
|
|
ruma.workspace = true
|
2025-04-25 02:47:48 +01:00
|
|
|
thiserror.workspace = true
|
2026-02-28 20:32:46 -05:00
|
|
|
tower-http.workspace = true
|
2026-03-03 13:20:16 -05:00
|
|
|
serde.workspace = true
|
2026-02-28 20:32:46 -05:00
|
|
|
memory-serve = "2.1.0"
|
2026-03-03 13:20:16 -05:00
|
|
|
validator = { version = "0.20.0", features = ["derive"] }
|
2026-03-03 14:30:16 -05:00
|
|
|
tower-sec-fetch = { version = "0.1.2", features = ["tracing"] }
|
2026-02-28 20:32:46 -05:00
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
|
memory-serve = "2.1.0"
|
2025-04-25 02:47:48 +01:00
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|