[package] name = "howtocards" version = "0.1.3" authors = ["Sergey Sova "] license = "MIT" description = "Application library for howtocards service" repository = "https://github.com/howtocards/backend" homepage = "https://github.com/howtocards" [[bin]] name = "howtocards_server" path = "./src/main.rs" [lib] crate-type = ["dylib", "rlib", "staticlib"] [dependencies] actix = "0.7.4" actix-web = "0.7.*" diesel = { version = "1.3.3", features = ["postgres", "r2d2"] } dotenv = "0.13.0" env_logger = "0.5.10" failure = "0.1.1" futures = "0.1.23" notify-rust = "3.4.2" ron = "0.2.2" serde = "1.0.66" serde_derive = "1.0.66" serde_json = "1.0.20" sha2 = "0.7.1" uuid = { version = "0.7.1", features = ["serde", "v4"] }