All checks were successful
Continuous integration / Test Suite (pull_request) Successful in 38s
Continuous integration / Check (pull_request) Successful in 1m22s
Continuous integration / Trunk (pull_request) Successful in 38s
Continuous integration / Rustfmt (pull_request) Successful in 51s
Continuous integration / build (pull_request) Successful in 46s
Continuous integration / Test Suite (push) Successful in 39s
Continuous integration / Trunk (push) Successful in 37s
Continuous integration / Check (push) Successful in 1m22s
Continuous integration / Rustfmt (push) Successful in 31s
Continuous integration / build (push) Successful in 1m49s
55 lines
1.5 KiB
TOML
55 lines
1.5 KiB
TOML
[package]
|
|
name = "letterbox-server"
|
|
version = "0.0.144"
|
|
edition = "2021"
|
|
default-run = "letterbox-server"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
ammonia = "4.0.0"
|
|
anyhow = "1.0.79"
|
|
async-graphql = { version = "7", features = ["log"] }
|
|
async-graphql-rocket = "7"
|
|
async-trait = "0.1.81"
|
|
build-info = "0.0.39"
|
|
cacher = { version = "0.1.0", registry = "xinu" }
|
|
chrono = "0.4.39"
|
|
clap = { version = "4.5.23", features = ["derive"] }
|
|
css-inline = "0.14.0"
|
|
futures = "0.3.31"
|
|
html-escape = "0.2.13"
|
|
linkify = "0.10.0"
|
|
log = "0.4.17"
|
|
lol_html = "2.0.0"
|
|
mailparse = "0.16.0"
|
|
maplit = "1.0.2"
|
|
memmap = "0.7.0"
|
|
notmuch = { path = "../notmuch" }
|
|
opentelemetry = "0.28.0"
|
|
regex = "1.11.1"
|
|
reqwest = { version = "0.12.7", features = ["blocking"] }
|
|
rocket = { version = "0.5.0-rc.2", features = ["json"] }
|
|
rocket_cors = "0.6.0"
|
|
scraper = "0.22.0"
|
|
serde = { version = "1.0.147", features = ["derive"] }
|
|
serde_json = "1.0.87"
|
|
shared = { path = "../shared" }
|
|
sqlx = { version = "0.8.2", features = ["postgres", "runtime-tokio", "time"] }
|
|
tantivy = { version = "0.22.0", optional = true }
|
|
thiserror = "2.0.0"
|
|
tokio = "1.26.0"
|
|
tracing = "0.1.41"
|
|
url = "2.5.2"
|
|
urlencoding = "2.1.3"
|
|
#xtracing = { path = "../../xtracing" }
|
|
#xtracing = { git = "http://git-private.h.xinu.tv/wathiede/xtracing.git" }
|
|
xtracing = { version = "0.2.0", registry = "xinu" }
|
|
|
|
[build-dependencies]
|
|
build-info-build = "0.0.39"
|
|
|
|
[features]
|
|
#default = [ "tantivy" ]
|
|
tantivy = ["dep:tantivy"]
|