- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
Latest commit
28 lines (26 loc) · 693 Bytes
/
Copy pathCargo.toml
File metadata and controls
28 lines (26 loc) · 693 Bytes
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
[package]
name = "postcode-service"
version = "0.1.0"
authors = ["Léonard Besson <leonard.besson@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-rt = "1.0.0"
actix-web = "2.0.0"
csv = "1.1.1"
dotenv = "0.14.1"
diesel = { version = "1.4.2", features = ["postgres", "uuidv07", "chrono", "r2d2"] }
diesel_migrations = "1.4.0"
env_logger = "0.6.2"
log = "0.4.7"
uuid = { version = "0.7.4", features = ["serde", "v4"] }
chrono = "0.4.7"
zip = "0.5.2"
regex = "1.2.0"
serde = "1.0.97"
indicatif = "0.11.0"
r2d2 = "0.8.5"
lazy_static = "1.3.0"
reqwest = "0.10.1"
futures = "0.3.1"
bytes = "0.5.3"