Permalink
Switch branches/tags
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
42 lines (39 sloc) 856 Bytes
[package]
name = "api"
version = "0.1.0"
authors = ["Sebastian Porto <s@porto5.com>"]
build = "build.rs"
[dependencies]
askama = "0.7"
bigdecimal = "0.0.11"
chrono = "0.4"
chrono-tz = "0.5"
diesel = { version = "1.3", features = ["postgres", "chrono", "numeric","r2d2"] }
diesel_migrations = "1.3.0"
env_logger = "0.5"
failure = "0.1.3"
futures = "0.1"
jsonwebtoken = "2.0.3"
juniper = "0.10"
juniper_codegen = "0.10"
juniper_rocket = "0.1.3"
lazy_static = "1.1.0"
libreauth = "0.11.0"
num_cpus = "1.8"
r2d2 = "0.8"
range_check = "0.1.0"
regex = "1.0"
rocket = "0.3.17"
rocket_cors = "0.3.0"
rocket_codegen = "0.3.17"
rusoto_core = "0.35"
rusoto_ses = "0.35"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
url = "1.7"
uuid = { version = "0.7.1", features = ["v4"] }
validator = "0.8"
validator_derive = "0.8"
[build-dependencies]
askama = "0.7.2"