li7y/Cargo.toml

30 lines
1 KiB
TOML
Raw Normal View History

2024-06-24 22:46:04 +02:00
# SPDX-FileCopyrightText: 2024 Simon Bruder <simon@sbruder.de>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
[package]
name = "li7y"
version = "0.0.0"
authors = ["Simon Bruder <simon@sbruder.de>"]
edition = "2021"
license = "AGPL-3.0-or-later"
[dependencies]
2024-06-25 13:30:51 +02:00
actix-files = "0.6.6"
2024-06-24 22:46:04 +02:00
actix-web = "4.8.0"
2024-07-08 19:35:22 +02:00
barcoders = { version = "2.0.0", default-features = false, features = ["std"] }
datamatrix = "0.3.1"
diesel = { version = "2.2.1", features = ["uuid"] }
diesel-async = { git = "https://github.com/weiznich/diesel_async.git", version = "0.4.1", features = ["postgres", "deadpool", "async-connection-wrapper"] }
2024-07-07 13:48:31 +02:00
diesel-derive-enum = { version = "2.1.0", features = ["postgres"] }
2024-06-24 22:46:04 +02:00
diesel_migrations = { version = "2.2.0", features = ["postgres"] }
env_logger = "0.11.3"
log = "0.4.21"
2024-07-11 01:12:34 +02:00
maud = { version = "0.26.0", features = ["actix-web"] }
2024-07-08 19:35:22 +02:00
mime = "0.3.17"
printpdf = "0.7.0"
rust-fontconfig = "0.1.7"
2024-06-24 22:46:04 +02:00
serde = { version = "1.0.203", features = ["serde_derive"] }
2024-07-08 19:35:22 +02:00
thiserror = "1.0.61"
2024-06-24 22:46:04 +02:00
uuid = { version = "1.9.0", features = ["serde", "v4"] }