martin/Cargo.toml

20 lines
445 B
TOML
Raw Normal View History

2017-09-30 13:55:44 +03:00
[package]
2018-01-16 15:55:05 +03:00
name = "martin"
2017-09-30 13:55:44 +03:00
version = "0.1.0"
authors = ["Stepan Kuzmin <to.stepan.kuzmin@gmail.com>"]
[dependencies]
2018-02-21 17:03:00 +03:00
actix = "0.5"
actix-web = "0.6"
2018-03-26 14:12:43 +03:00
env_logger = "0.5"
futures = "0.1"
log = "0.4"
2018-03-28 12:26:44 +03:00
mapbox_expressions_to_sql = "0.1.0"
num_cpus = "1.0"
postgres = { version = "0.15", features = ["with-time", "with-uuid", "with-serde_json"] }
2018-03-26 14:12:43 +03:00
r2d2 = "0.8"
r2d2_postgres = "0.14"
2017-12-17 13:51:07 +03:00
serde = "1.0"
serde_derive = "1.0"
2018-03-28 19:15:00 +03:00
serde_json = "1.0"
tilejson = "0.1"