# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "howtocards" version = "0.1.3" authors = ["Sergey Sova "] description = "Application library for howtocards service" homepage = "https://github.com/howtocards" license = "MIT" repository = "https://github.com/howtocards/backend" [lib] crate-type = ["dylib", "rlib", "staticlib"] [[bin]] name = "howtocards_server" path = "./src/main.rs" [dependencies.actix] version = "0.7.4" [dependencies.actix-web] version = "0.7.*" [dependencies.diesel] version = "1.3.3" features = ["postgres", "r2d2"] [dependencies.dotenv] version = "0.13.0" [dependencies.env_logger] version = "0.5.10" [dependencies.failure] version = "0.1.1" [dependencies.futures] version = "0.1.23" [dependencies.notify-rust] version = "3.4.2" [dependencies.ron] version = "0.2.2" [dependencies.serde] version = "1.0.66" [dependencies.serde_derive] version = "1.0.66" [dependencies.serde_json] version = "1.0.20" [dependencies.sha2] version = "0.7.1" [dependencies.uuid] version = "0.7.1" features = ["serde", "v4"]