summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 4166d3a97cfe6c9c49c9ba645b5d5b305eba3cf0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "opentrunk"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
axum = { version = "0.6.4", features = ["ws"] }
base64 = "0.21.0"
bson = "2.5.0"
bytes = "1.3.0"
csv = "1.1.6"
env_logger = "0.10.0"
futures-util = "0.3.25"
include_dir = "0.7.3"
log = "0.4.17"
mime = "0.3.16"
mime_guess = "2.0.4"
ogg-opus = "0.1.2"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }