-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
33 lines (32 loc) · 908 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
[package]
name = "properwatcher"
version = "1.2.0"
authors = ["Florian Schnell <floschnell@gmail.com>"]
edition = "2018"
license-file = "LICENSE"
description = "Lightweight property scraper with database and notification capabilities"
homepage = "http://properwatcher.com"
repository = "https://github.com/floschnell/properwatcher.git"
documentation = "https://github.com/floschnell/properwatcher"
[dependencies]
kuchiki = {version = "0.8.1"}
reqwest = {version = "0.10.7", features = ["json"]}
regex = "1.3.9"
chrono = "0.4.13"
tokio = {version = "0.2.22", features = ["full"]}
serde_json = "1.0.57"
serde = "1.0.114"
serde_derive ="1.0.114"
config = "0.10.1"
url = "2.1.1"
encoding_rs = "0.8.23"
num-format = "0.4.0"
lettre = "0.9"
lettre_email = "0.9"
csv = "1.1"
lambda_runtime = "0.2.1"
rusoto_core = "0.45.0"
rusoto_dynamodb = "0.45.0"
serde_dynamodb = "0.6.0"
async-trait = "0.1.36"
futures = "0.3.5"