# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "groot" version = "0.6.1" authors = ["Fabricio Aguiar "] description = "The coolest guardian of the galaxy!" readme = "README.md" keywords = [ "galaxy", "ansible", "role", "collection", ] license = "GPL-2.0+" repository = "https://github.com/fao89/groot" [dependencies.actix-files] version = "0.6" [dependencies.actix-multipart] version = "0.6" [dependencies.actix-web] version = "4.4" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.21" [dependencies.config] version = "0.13" [dependencies.diesel] version = "2.1" features = [ "postgres", "r2d2", "serde_json", ] [dependencies.diesel_migrations] version = "2.1" [dependencies.dotenv] version = "0.15" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.paperclip] version = "0.8" features = [ "actix4", "swagger-ui", ] [dependencies.pretty_env_logger] version = "0.5" [dependencies.r2d2_redis] version = "0.14" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.3" features = [ "rt-multi-thread", "fs", ] [dependencies.tower] version = "0.4" features = [ "limit", "util", "buffer", ] [dependencies.url] version = "2.4" [dependencies.uuid] version = "1.4" features = ["v4"] [dependencies.yaml-rust] version = "0.4"