mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 12:05:53 +00:00
# Conflicts: # apps/frontend/src/components/ui/moderation/GlobalDetailLocalTraceCard.vue # apps/frontend/src/pages/moderation.vue # apps/labrinth/.sqlx/query-06384971752b20c04d7a747777bf03a765ab60c2b029a47fcd3fe97c02ee5b2a.json # apps/labrinth/.sqlx/query-1551b022217df05490a01e715b3584d26550d01a1917d1af64fe236d63dd5005.json # apps/labrinth/.sqlx/query-33d4e31565ece4a99832cbfd0a39bc49666e9fc8a400a5c41660504205e7cac5.json # apps/labrinth/.sqlx/query-4680c4a59c6679f90e3b9e1a33ed1cb1fb60b93ffb79ba5b99e01ee0c14c991a.json # apps/labrinth/.sqlx/query-5a68c53bd00c08edf9dfb9ffdabc28f86cdd77cd06bbb10c9a8e5199509f9c4b.json # apps/labrinth/.sqlx/query-87d30e8802ebe69858141d0d918cafb5286f984cfe55ad1a7ac2219ec50539a4.json # apps/labrinth/.sqlx/query-aedd5d9fe052a9fa70e585f389c3b4915a88cb9c3ec54493a2a29582c80b5c76.json # apps/labrinth/.sqlx/query-befd8c75e7ed4621f5e99d88719c0fde9d617b6603b99b75cc18d1a02387bac4.json # apps/labrinth/.sqlx/query-c268a2a256f11a65449bd132a14f931c2e9776ffed87f4406bb5c2bc30087f5b.json # apps/labrinth/.sqlx/query-c40c2085202bc4486568fb24db9201239cefbe174f4a5cc4b8eb21a10268cd73.json # apps/labrinth/.sqlx/query-d37041da5452ecb82da506a83154cd66b78ebb9a1dbf0bb46e5bd6bb2b3a9bb9.json # apps/labrinth/.sqlx/query-d3d320af2786bf7908e65f5b7a35ade08110fb341d694ca0f25eecca2f5ad5bf.json # apps/labrinth/src/routes/internal/delphi/tech_review_sync.rs # apps/labrinth/src/routes/internal/moderation/tech_review/global.rs
178 lines
5.0 KiB
TOML
178 lines
5.0 KiB
TOML
[package]
|
|
name = "labrinth"
|
|
version = "2.7.0"
|
|
edition.workspace = true
|
|
license = "AGPL-3.0-only"
|
|
|
|
# This seems redundant, but it's necessary for Docker to work
|
|
[[bin]]
|
|
name = "labrinth"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
actix-cors = { workspace = true }
|
|
actix-files = { workspace = true }
|
|
actix-http = { workspace = true }
|
|
actix-multipart = { workspace = true }
|
|
actix-rt = { workspace = true }
|
|
actix-web = { workspace = true }
|
|
actix-web-prom = { workspace = true, features = ["process"] }
|
|
actix-ws = { workspace = true }
|
|
arc-swap = { workspace = true }
|
|
argon2 = { workspace = true }
|
|
ariadne = { workspace = true }
|
|
async-minecraft-ping = { workspace = true, features = ["srv"] }
|
|
async-stripe = { workspace = true, features = [
|
|
"billing",
|
|
"checkout",
|
|
"connect",
|
|
"webhook-events"
|
|
] }
|
|
async-trait = { workspace = true }
|
|
aws-sdk-s3 = { workspace = true }
|
|
base64 = { workspace = true }
|
|
bitflags = { workspace = true }
|
|
bytes = { workspace = true }
|
|
cel = { workspace = true }
|
|
censor = { workspace = true }
|
|
chrono = { workspace = true, features = ["serde"] }
|
|
chumsky = { workspace = true }
|
|
clap = { workspace = true, features = ["derive"] }
|
|
clickhouse = { workspace = true, features = ["time", "uuid"] }
|
|
color-eyre = { workspace = true }
|
|
color-thief = { workspace = true }
|
|
const_format = { workspace = true }
|
|
dashmap = { workspace = true }
|
|
derive_more = { workspace = true, features = ["deref", "deref_mut"] }
|
|
dotenvy = { workspace = true }
|
|
either = { workspace = true }
|
|
eyre = { workspace = true }
|
|
futures = { workspace = true }
|
|
futures-util = { workspace = true }
|
|
heck = { workspace = true }
|
|
hex = { workspace = true }
|
|
hmac = { workspace = true }
|
|
hyper-rustls = { workspace = true }
|
|
hyper-util = { workspace = true }
|
|
image = { workspace = true, features = [
|
|
"avif",
|
|
"bmp",
|
|
"dds",
|
|
"exr",
|
|
"ff",
|
|
"gif",
|
|
"hdr",
|
|
"ico",
|
|
"jpeg",
|
|
"png",
|
|
"pnm",
|
|
"qoi",
|
|
"tga",
|
|
"tiff",
|
|
"webp",
|
|
] }
|
|
itertools = { workspace = true }
|
|
json-patch = { workspace = true }
|
|
lettre = { workspace = true }
|
|
modrinth-content-management = { workspace = true }
|
|
modrinth-util = { workspace = true, features = ["decimal", "sentry", "utoipa"] }
|
|
muralpay = { workspace = true, features = ["client", "mock", "utoipa"] }
|
|
murmur2 = { workspace = true }
|
|
neverbounce = { workspace = true }
|
|
paste = { workspace = true }
|
|
path-util = { workspace = true }
|
|
postcard = { workspace = true }
|
|
prometheus = { workspace = true }
|
|
quick-xml = { workspace = true }
|
|
rand = { workspace = true }
|
|
rand_chacha = { workspace = true }
|
|
rdkafka = { workspace = true }
|
|
redis = { workspace = true, features = [
|
|
"ahash",
|
|
"cluster",
|
|
"cluster-async",
|
|
"r2d2",
|
|
"tokio-comp"
|
|
] }
|
|
regex = { workspace = true }
|
|
reqwest = { workspace = true, features = [
|
|
"http2",
|
|
"json",
|
|
"multipart",
|
|
"rustls-tls-webpki-roots"
|
|
] }
|
|
rust_decimal = { workspace = true, features = [
|
|
"serde-with-float",
|
|
"serde-with-str"
|
|
] }
|
|
rust_iso3166 = { workspace = true }
|
|
rustls.workspace = true
|
|
rusty-money = { workspace = true }
|
|
scalar_api_reference = { workspace = true, features = ["actix-web"] }
|
|
sentry = { workspace = true }
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde-binhum = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
serde_with = { workspace = true }
|
|
sha1 = { workspace = true }
|
|
sha2 = { workspace = true }
|
|
smallvec = { workspace = true }
|
|
spdx = { workspace = true, features = ["text"] }
|
|
sqlx = { workspace = true, features = [
|
|
"chrono",
|
|
"json",
|
|
"macros",
|
|
"migrate",
|
|
"postgres",
|
|
"runtime-tokio",
|
|
"rust_decimal",
|
|
"tls-rustls-aws-lc-rs",
|
|
] }
|
|
sqlx-tracing = { workspace = true, features = ["postgres"] }
|
|
strum = { workspace = true, features = ["derive"] }
|
|
thiserror = { workspace = true }
|
|
tokio = { workspace = true, features = ["rt-multi-thread", "sync"] }
|
|
tokio-stream = { workspace = true }
|
|
totp-rs = { workspace = true, features = ["gen_secret"] }
|
|
tracing = { workspace = true }
|
|
tracing-actix-web = { workspace = true }
|
|
url = { workspace = true }
|
|
urlencoding = { workspace = true }
|
|
utoipa = { workspace = true, features = ["url"] }
|
|
uuid = { workspace = true, features = ["fast-rng", "serde", "v4", "v7"] }
|
|
validator = { workspace = true, features = ["derive"] }
|
|
webauthn-rs = { workspace = true, features = [
|
|
"conditional-ui",
|
|
"danger-allow-state-serialisation"
|
|
] }
|
|
webauthn-rs-proto = { workspace = true }
|
|
webp = { workspace = true }
|
|
woothee = { workspace = true }
|
|
xredis = { workspace = true }
|
|
yaserde = { workspace = true, features = ["derive"] }
|
|
zip = { workspace = true }
|
|
zxcvbn = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
labrinth = { path = ".", features = ["test"] }
|
|
tokio = { workspace = true, features = ["test-util"] }
|
|
|
|
[build-dependencies]
|
|
chrono = { workspace = true }
|
|
dotenv-build = { workspace = true }
|
|
iana-time-zone = { workspace = true }
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
|
jemalloc_pprof = { workspace = true, features = ["flamegraph"] }
|
|
tikv-jemalloc-ctl = { workspace = true, features = ["stats"] }
|
|
tikv-jemallocator = { workspace = true, features = [
|
|
"profiling",
|
|
"unprefixed_malloc_on_supported_platforms",
|
|
] }
|
|
|
|
[features]
|
|
test = ["xredis/test"]
|
|
|
|
[lints]
|
|
workspace = true
|