Files
fb2converter_server/Cargo.toml
dependabot[bot] 3d09d3a702 Bump tokio from 1.44.1 to 1.44.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.44.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.44.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-08 02:08:03 +00:00

27 lines
721 B
TOML

[package]
name = "fb2converter_server"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.44.2", features = ["full"] }
tokio-util = { version = "0.7.14", features = ["compat", "io"] }
futures-util = "0.3.31"
axum = { version = "0.8.1", features = ["multipart"] }
axum-prometheus = "0.8.0"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"]}
sentry-tracing = "0.36.0"
tower-http = { version = "0.6.2", features = ["trace"] }
async-tempfile = "0.7.0"
uuid = "1.16.0"
sentry = { version = "0.36.0", features = ["debug-images"] }
tokio-cron-scheduler = "0.13.0"