# 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 = "graphql-mongodb-boilerplate" version = "0.3.1" authors = ["Brian DeBoer "] default-run = "main" description = "A simple Rust graphql service boilerplate using actix, mongodb and juniper\n" readme = "README.md" keywords = ["graphql", "mongodb", "example", "boilerplate", "starter"] license = "MIT" repository = "https://github.com/briandeboer/graphql-mongodb-boilerplate" [[bin]] name = "main" path = "src/main.rs" [[bin]] name = "seed" path = "src/seed.rs" [dependencies.actix-rt] version = "1.1.1" [dependencies.actix-web] version = "2.0.0" [dependencies.bson] version = "0.14.1" [dependencies.cached] version = "0.12.0" [dependencies.chrono] version = "0.4.11" features = ["serde"] [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.7.1" [dependencies.juniper] version = "0.14.2" [dependencies.log] version = "0.4.8" [dependencies.mongodb] version = "0.9.2" [dependencies.mongodb-base-service] version = "0.3.0" features = ["graphql"] [dependencies.mongodb-cursor-pagination] version = "0.2.6" features = ["graphql"] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.uuid] version = "0.8.1" features = ["serde", "v4"] [features] default = []