forked from antoine-de/mimirsbrunn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
60 lines (52 loc) · 1.19 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[package]
name = "mimirsbrunn"
version = "1.2.0"
authors = ["Canal TP <dt.ro@canaltp.fr>"]
build = "build.rs"
autotests = false
edition = "2018"
[workspace]
[dependencies]
log = { version = "0.4", features = ["release_max_level_debug"] }
slog = { version = "2.4", features = ["max_level_trace", "release_max_level_debug"]}
slog-scope = "4.1"
slog-envlogger = "2.1"
slog-async = "2.3"
structopt = "0.2"
csv = "1"
rs-es = {version = "^0.11.4", features = ["geo"]}
regex = "1"
osmpbfreader = "0.13"
chrono = "0.4"
serde = {version = "1", features = ["rc"]}
serde_json = "1"
geo = "0.12"
geo-types = "0.4"
gst = "0.1"
ordered-float = "0.0.2"
itertools = "0.8"
transit_model = "^0.4.1"
osm_boundaries_utils = "0.4"
failure = "0.1"
cosmogony = "0.5"
par-map = "0.1.4"
lazy_static = "1.2"
num_cpus = "1.10"
assert_float_eq = "1"
humanesort = "0.1.0-alpha"
address-formatter = "^0.2.1"
[dependencies.bragi]
path = "libs/bragi"
[dependencies.mimir]
path = "libs/mimir"
[dev-dependencies]
reqwest = "0.9"
approx = "0.2.0"
actix-web = "0.7"
[dev-dependencies.docker_wrapper]
path = "libs/docker_wrapper"
[build-dependencies]
git-version = "0.2"
# we just call one test method: cf. tests::all_tests()
[[test]]
name = "tests"