martin/Cargo.toml

32 lines
711 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>"]
2018-01-19 14:06:01 +03:00
[lib]
name = "martin_lib"
path = "src/martin/lib.rs"
2017-10-09 14:29:03 +03:00
[[bin]]
2018-01-16 15:55:05 +03:00
name = "martin"
2017-10-09 14:29:03 +03:00
path = "src/main.rs"
2017-09-30 13:55:44 +03:00
[dependencies]
2018-01-22 20:01:44 +03:00
env_logger = "0.5.1"
2017-11-21 15:00:31 +03:00
iron = "0.6.0"
2018-01-18 13:42:06 +03:00
iron-test = "0.6.0"
2017-11-22 17:44:45 +03:00
lazy_static = "0.2.11"
2018-01-22 20:01:44 +03:00
log = "0.4.1"
logger = "0.4.0"
mapbox_expressions_to_sql = { git = "https://github.com/stepankuzmin/rust-mapbox-expressions-to-sql" }
persistent = "0.4.0"
postgres = { version = "0.15", features = ["with-time", "with-uuid", "with-serde_json"] }
2018-01-22 20:01:44 +03:00
r2d2 = "0.7.4"
r2d2_postgres = "0.13.0"
regex = "0.2.2"
rererouter = "0.1.1"
2017-12-17 13:51:07 +03:00
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
tilejson = "0.1.0"
2018-01-22 20:01:44 +03:00
urlencoded = "0.6.0"