31 lines
852 B
TOML
31 lines
852 B
TOML
[package]
|
|
name = "tfcapi"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
actix-rt = "2.8.0"
|
|
actix-web = "4.3.1"
|
|
env_logger = "0.10.0"
|
|
reqwest = { version = "0.11.18", features = ["json", "multipart"] }
|
|
serde = "1.0.163"
|
|
serde_json = "1.0.96"
|
|
async-std = "1.12.0"
|
|
actix-multipart = "0.6.1"
|
|
futures = "0.3.28"
|
|
futures-util = "0.3.28"
|
|
log = "0.4.20"
|
|
uuid = "1.6.1"
|
|
sanitize-filename = "0.5.0"
|
|
lettre = { version = "0.11.3", features = ["smtp-transport"] }
|
|
markup = "0.15.0"
|
|
maud = { version = "0.26.0", features = ["actix-web"] }
|
|
log4rs = "1.3.0"
|
|
actix-cors = "0.7.0"
|
|
tracing = "0.1.40"
|
|
tracing-subscriber = { version = "0.3.18", features = ["fmt", "std", "chrono", "time", "local-time", "env-filter"] }
|
|
tracing-appender = "0.2.3"
|
|
actix-files = "0.6.6"
|