# 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] edition = "2018" name = "hq-core" version = "0.1.0" authors = ["Project_HQ "] description = "Restful Postgres microservice" homepage = "https://projecthq.ml" readme = "README.md" keywords = ["postgresql", "database", "microservice", "REST"] categories = ["database", "web-programming::http-server"] license-file = "LICENSE" repository = "https://github.com/Project-HQ/HQ-Core/" [dependencies.actix] version = "0.10.0-alpha.3" [dependencies.actix-web] version = "3.0.0-alpha.3" [dependencies.diesel] version = "1.4.5" features = ["postgres", "r2d2"] [dependencies.dotenv] version = "0.15.0" [dependencies.futures] version = "0.3.5" [dependencies.openssl] version = "0.10" [dependencies.serde] version = "1.0.114" [dependencies.serde_derive] version = "1.0.114" [dependencies.serde_json] version = "1.0.56" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "Project-HQ/HQ-Core"