-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
38 lines (35 loc) · 915 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[package]
authors = ["Fabrice Desré <[email protected]>"]
edition = "2018"
license = "AGPL-3.0-only"
name = "costaeres"
version = "0.1.3"
[dependencies]
actix-rt = "2.8"
actix-web = {version = "4.3"}
async-std = {version = "1.12", features = ["attributes"]}
async-trait = "0.1"
base64 = "0.21"
chrono = {version = "0.4", features = ["serde"]}
futures = "0.3"
futures-core = "0.3"
lazy_static = "1.4"
libsqlite3-sys = "0.26"
log = "0.4"
lru = "0.9"
new_mime_guess = "4.0"
parking_lot = "0.12"
pin-project-lite = "0.2.7"
secular = "1.0"
serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0"
speedy = "0.8"
sqlx = {version = "0.7", features = ["runtime-async-std-rustls", "migrate", "sqlite", "chrono"]}
thiserror = "1.0"
uuid = {version = "1.4", features = ["v4"]}
[dev-dependencies]
criterion = {version = "0.4", features = ["async_std"]}
env_logger = "0.10"
[[bench]]
harness = false
name = "fts"